#CDD3BB

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

Shades of Harp #CDD3BB

Tints of Harp #CDD3BB

Color information

#CDD3BB (or 0xCDD3BB) is unknown color: approx Harp. HEX triplet: CD, D3 and BB. RGB value is (205,211,187). Sum of RGB (Red+Green+Blue) = 205+211+187=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3BB is #322C44. Grayscale: #CECECE. Windows color (decimal): -3288133 or 12309453. OLE color: 12309453.

HSL color Cylindrical-coordinate representation of color #CDD3BB: hue angle of 75º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD3BB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB205211187-
CMYK0.0300.110.17
HSL75º21.43%78.04%-
HSV(B)75º11.37%82.75%-
XYZ57.4463.1656.18-
YUV206.47117.01126.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=34.00%
G=34.99%
B=31.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111870.0300.110.177521.4378.04
HexCDD3BB30B114b154e
Octal31532327330132111325116
Binary1100110111010011101110111101011100011001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3BB; }

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

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

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

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

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

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

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

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