#CDDCAE

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

Shades of Harp #CDDCAE

Tints of Harp #CDDCAE

Color information

#CDDCAE (or 0xCDDCAE) is unknown color: approx Harp. HEX triplet: CD, DC and AE. RGB value is (205,220,174). Sum of RGB (Red+Green+Blue) = 205+220+174=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAE is #322351. Grayscale: #D2D2D2. Windows color (decimal): -3285842 or 11459789. OLE color: 11459789.

HSL color Cylindrical-coordinate representation of color #CDDCAE: hue angle of 79.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDDCAE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB205220174-
CMYK0.0700.210.14
HSL79.57º39.66%77.25%-
HSV(B)79.57º20.91%86.27%-
XYZ58.4167.2249.94-
YUV210.27107.53124.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=34.22%
G=36.73%
B=29.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201740.0700.210.1479.5739.6677.25
HexCDDCAE7015E50284d
Octal31533425670251612050115
Binary110011011101110010101110111010101111010100001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCAE; }

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

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

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

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

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

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

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

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