#CDDAAE

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

Shades of Harp #CDDAAE

Tints of Harp #CDDAAE

Color information

#CDDAAE (or 0xCDDAAE) is unknown color: approx Harp. HEX triplet: CD, DA and AE. RGB value is (205,218,174). Sum of RGB (Red+Green+Blue) = 205+218+174=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAAE is #322551. Grayscale: #D1D1D1. Windows color (decimal): -3286354 or 11459277. OLE color: 11459277.

HSL color Cylindrical-coordinate representation of color #CDDAAE: hue angle of 77.73º degrees, saturation: 0.37, 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 #CDDAAE is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB205218174-
CMYK0.0600.200.15
HSL77.73º37.29%76.86%-
HSV(B)77.73º20.18%85.49%-
XYZ57.8966.1849.77-
YUV209.1108.19125.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=34.34%
G=36.52%
B=29.15%

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
Decimal2052181740.0600.200.1577.7337.2976.86
HexCDDAAE6014F4e254d
Octal31533225660241711645115
Binary110011011101101010101110110010100111110011101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAAE; }

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

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

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

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

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

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

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

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