#CDD9AF

Color #CDD9AF Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #CDD9AF

Tints of Harp #CDD9AF

Color information

#CDD9AF (or 0xCDD9AF) is unknown color: approx Harp. HEX triplet: CD, D9 and AF. RGB value is (205,217,175). Sum of RGB (Red+Green+Blue) = 205+217+175=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD9AF is #322650. Grayscale: #D0D0D0. Windows color (decimal): -3286609 or 11524557. OLE color: 11524557.

HSL color Cylindrical-coordinate representation of color #CDD9AF: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD9AF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB205217175-
CMYK0.0600.190.15
HSL77.14º35.59%76.86%-
HSV(B)77.14º19.35%85.1%-
XYZ57.7365.750.2-
YUV208.62109.02125.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=34.34%
G=36.35%
B=29.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171750.0600.190.1577.1435.5976.86
HexCDD9AF6013F4d244d
Octal31533125760231711544115
Binary110011011101100110101111110010011111110011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9AF; }

 p { color: rgb(205,217,175); }

 H1.HeaderClassName
 {
   color: #CDD9AF;
 }
 .AnyTagClassName
 {
   color: #CDD9AF;
 }
</style>
background-color css

<style>
 a { background-color: #CDD9AF; }

 a { background-color: rgb(205,217,175); }

 div.DivClassName
 {
   background-color: #CDD9AF;
 }
 .BgClassName
 {
   background-color: #CDD9AF;
 }
</style>
border-color css

<style>
 span { border-color: #CDD9AF; }

 span { border-color: rgb(205,217,175); }

 td.TdClassName
 {
   border-color: #CDD9AF;
 }
 .TagClassName
 {
   border-color: #CDD9AF;
 }
</style>