#CDDBB4

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

Shades of Harp #CDDBB4

Tints of Harp #CDDBB4

Color information

#CDDBB4 (or 0xCDDBB4) is unknown color: approx Harp. HEX triplet: CD, DB and B4. RGB value is (205,219,180). Sum of RGB (Red+Green+Blue) = 205+219+180=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBB4 is #32244B. Grayscale: #D2D2D2. Windows color (decimal): -3286092 or 11852749. OLE color: 11852749.

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

Color convert

RGB205219180-
CMYK0.0600.180.14
HSL81.54º35.14%78.24%-
HSV(B)81.54º17.81%85.88%-
XYZ58.7566.9453-
YUV210.37110.86124.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=33.94%
G=36.26%
B=29.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191800.0600.180.1481.5435.1478.24
HexCDDBB46012E52234e
Octal31533326460221612243116
Binary110011011101101110110100110010010111010100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBB4; }

 p { color: rgb(205,219,180); }

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

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

 a { background-color: rgb(205,219,180); }

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

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

 span { border-color: rgb(205,219,180); }

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