#CDDCB5

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

Shades of Harp #CDDCB5

Tints of Harp #CDDCB5

Color information

#CDDCB5 (or 0xCDDCB5) is unknown color: approx Harp. HEX triplet: CD, DC and B5. RGB value is (205,220,181). Sum of RGB (Red+Green+Blue) = 205+220+181=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCB5 is #32234A. Grayscale: #D3D3D3. Windows color (decimal): -3285835 or 11918541. OLE color: 11918541.

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

Color convert

RGB205220181-
CMYK0.0700.180.14
HSL83.08º35.78%78.63%-
HSV(B)83.08º17.73%86.27%-
XYZ59.1167.553.63-
YUV211.07111.03123.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=33.83%
G=36.30%
B=29.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201810.0700.180.1483.0835.7878.63
HexCDDCB57012E53244f
Octal31533426570221612344117
Binary110011011101110010110101111010010111010100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCB5; }

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

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

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

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

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

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

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

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