#CDD5B8

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

Shades of Harp #CDD5B8

Tints of Harp #CDD5B8

Color information

#CDD5B8 (or 0xCDD5B8) is unknown color: approx Harp. HEX triplet: CD, D5 and B8. RGB value is (205,213,184). Sum of RGB (Red+Green+Blue) = 205+213+184=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5B8 is #322A47. Grayscale: #CFCFCF. Windows color (decimal): -3287624 or 12113357. OLE color: 12113357.

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

Color convert

RGB205213184-
CMYK0.0400.140.16
HSL76.55º25.66%77.84%-
HSV(B)76.55º13.62%83.53%-
XYZ57.6264.0354.67-
YUV207.3114.85126.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 184 (72.27% from 255) = 30.56%
R=34.05%
G=35.38%
B=30.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131840.0400.140.1676.5525.6677.84
HexCDD5B840E104d1a4e
Octal31532527040162011532116
Binary11001101110101011011100010001110100001001101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5B8; }

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

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

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

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

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

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

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

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