#CCD1BD

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

Shades of Harp #CCD1BD

Tints of Harp #CCD1BD

Color information

#CCD1BD (or 0xCCD1BD) is unknown color: approx Harp. HEX triplet: CC, D1 and BD. RGB value is (204,209,189). Sum of RGB (Red+Green+Blue) = 204+209+189=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1BD is #332E42. Grayscale: #CDCDCD. Windows color (decimal): -3354179 or 12440012. OLE color: 12440012.

HSL color Cylindrical-coordinate representation of color #CCD1BD: hue angle of 75º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD1BD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB204209189-
CMYK0.0200.100.18
HSL75º17.86%78.04%-
HSV(B)75º9.57%81.96%-
XYZ56.8962.1157.13-
YUV205.22118.84127.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=33.89%
G=34.72%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091890.0200.100.187517.8678.04
HexCCD1BD20A124b124e
Octal31432127520122211322116
Binary1100110011010001101111011001010100101001011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1BD; }

 p { color: rgb(204,209,189); }

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

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

 a { background-color: rgb(204,209,189); }

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

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

 span { border-color: rgb(204,209,189); }

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