#CDD5BD

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

Shades of Harp #CDD5BD

Tints of Harp #CDD5BD

Color information

#CDD5BD (or 0xCDD5BD) is unknown color: approx Harp. HEX triplet: CD, D5 and BD. RGB value is (205,213,189). Sum of RGB (Red+Green+Blue) = 205+213+189=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5BD is #322A42. Grayscale: #CFCFCF. Windows color (decimal): -3287619 or 12441037. OLE color: 12441037.

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

Color convert

RGB205213189-
CMYK0.0400.110.16
HSL80º22.22%78.82%-
HSV(B)80º11.27%83.53%-
XYZ58.1664.2457.48-
YUV207.87117.35125.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=33.77%
G=35.09%
B=31.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131890.0400.110.168022.2278.82
HexCDD5BD40B1050164f
Octal31532527540132012026117
Binary11001101110101011011110110001011100001010000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5BD; }

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

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

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

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

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

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

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

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