#CDD6BB

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

Shades of Harp #CDD6BB

Tints of Harp #CDD6BB

Color information

#CDD6BB (or 0xCDD6BB) is unknown color: approx Harp. HEX triplet: CD, D6 and BB. RGB value is (205,214,187). Sum of RGB (Red+Green+Blue) = 205+214+187=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6BB is #322944. Grayscale: #D0D0D0. Windows color (decimal): -3287365 or 12310221. OLE color: 12310221.

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

Color convert

RGB205214187-
CMYK0.0400.130.16
HSL80º24.77%78.63%-
HSV(B)80º12.62%83.92%-
XYZ58.1964.6656.43-
YUV208.23116.02125.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=33.83%
G=35.31%
B=30.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141870.0400.130.168024.7778.63
HexCDD6BB40D1050194f
Octal31532627340152012031117
Binary11001101110101101011101110001101100001010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6BB; }

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

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

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

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

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

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

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

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