#CDD5BB

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

Shades of Harp #CDD5BB

Tints of Harp #CDD5BB

Color information

#CDD5BB (or 0xCDD5BB) is unknown color: approx Harp. HEX triplet: CD, D5 and BB. RGB value is (205,213,187). Sum of RGB (Red+Green+Blue) = 205+213+187=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5BB is #322A44. Grayscale: #CFCFCF. Windows color (decimal): -3287621 or 12309965. OLE color: 12309965.

HSL color Cylindrical-coordinate representation of color #CDD5BB: hue angle of 78.46º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD5BB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB205213187-
CMYK0.0400.120.16
HSL78.46º23.64%78.43%-
HSV(B)78.46º12.21%83.53%-
XYZ57.9464.1656.34-
YUV207.64116.35126.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=33.88%
G=35.21%
B=30.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131870.0400.120.1678.4623.6478.43
HexCDD5BB40C104e184e
Octal31532527340142011630116
Binary11001101110101011011101110001100100001001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5BB; }

 p { color: rgb(205,213,187); }

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

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

 a { background-color: rgb(205,213,187); }

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

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

 span { border-color: rgb(205,213,187); }

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