#CDD3B9

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

Shades of Harp #CDD3B9

Tints of Harp #CDD3B9

Color information

#CDD3B9 (or 0xCDD3B9) is unknown color: approx Harp. HEX triplet: CD, D3 and B9. RGB value is (205,211,185). Sum of RGB (Red+Green+Blue) = 205+211+185=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3B9 is #322C46. Grayscale: #CECECE. Windows color (decimal): -3288135 or 12178381. OLE color: 12178381.

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

Color convert

RGB205211185-
CMYK0.0300.120.17
HSL73.85º22.81%77.65%-
HSV(B)73.85º12.32%82.75%-
XYZ57.2363.0755.06-
YUV206.24116.01127.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=34.11%
G=35.11%
B=30.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111850.0300.120.1773.8522.8177.65
HexCDD3B930C114a174e
Octal31532327130142111227116
Binary1100110111010011101110011101100100011001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3B9; }

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

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

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

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

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

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

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

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