#CCD1BB

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

Shades of Harp #CCD1BB

Tints of Harp #CCD1BB

Color information

#CCD1BB (or 0xCCD1BB) is unknown color: approx Harp. HEX triplet: CC, D1 and BB. RGB value is (204,209,187). Sum of RGB (Red+Green+Blue) = 204+209+187=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1BB is #332E44. Grayscale: #CDCDCD. Windows color (decimal): -3354181 or 12308940. OLE color: 12308940.

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

Color convert

RGB204209187-
CMYK0.0200.110.18
HSL73.64º19.3%77.65%-
HSV(B)73.64º10.53%81.96%-
XYZ56.6762.0356-
YUV205117.84127.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=34%
G=34.83%
B=31.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091870.0200.110.1873.6419.377.65
HexCCD1BB20B124a134e
Octal31432127320132211223116
Binary1100110011010001101110111001011100101001010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1BB; }

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

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

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

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

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

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

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

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