#CDDBB2

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

Shades of Harp #CDDBB2

Tints of Harp #CDDBB2

Color information

#CDDBB2 (or 0xCDDBB2) is unknown color: approx Harp. HEX triplet: CD, DB and B2. RGB value is (205,219,178). Sum of RGB (Red+Green+Blue) = 205+219+178=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBB2 is #32244D. Grayscale: #D2D2D2. Windows color (decimal): -3286094 or 11721677. OLE color: 11721677.

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

Color convert

RGB205219178-
CMYK0.0600.190.14
HSL80.49º36.28%77.84%-
HSV(B)80.49º18.72%85.88%-
XYZ58.5466.8651.94-
YUV210.14109.86124.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=34.05%
G=36.38%
B=29.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191780.0600.190.1480.4936.2877.84
HexCDDBB26013E50244e
Octal31533326260231612044116
Binary110011011101101110110010110010011111010100001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBB2; }

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

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

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

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

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

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

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

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