#CDD9AE

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

Shades of Harp #CDD9AE

Tints of Harp #CDD9AE

Color information

#CDD9AE (or 0xCDD9AE) is unknown color: approx Harp. HEX triplet: CD, D9 and AE. RGB value is (205,217,174). Sum of RGB (Red+Green+Blue) = 205+217+174=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD9AE is #322651. Grayscale: #D0D0D0. Windows color (decimal): -3286610 or 11459021. OLE color: 11459021.

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

Color convert

RGB205217174-
CMYK0.0600.200.15
HSL76.74º36.13%76.67%-
HSV(B)76.74º19.82%85.1%-
XYZ57.6365.6649.68-
YUV208.51108.52125.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=34.40%
G=36.41%
B=29.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171740.0600.200.1576.7436.1376.67
HexCDD9AE6014F4d244d
Octal31533125660241711544115
Binary110011011101100110101110110010100111110011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9AE; }

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

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

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

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

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

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

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

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