#CCD4BB

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

Shades of Harp #CCD4BB

Tints of Harp #CCD4BB

Color information

#CCD4BB (or 0xCCD4BB) is unknown color: approx Harp. HEX triplet: CC, D4 and BB. RGB value is (204,212,187). Sum of RGB (Red+Green+Blue) = 204+212+187=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4BB is #332B44. Grayscale: #CECECE. Windows color (decimal): -3353413 or 12309708. OLE color: 12309708.

HSL color Cylindrical-coordinate representation of color #CCD4BB: hue angle of 79.2º 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 #CCD4BB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB204212187-
CMYK0.0400.120.17
HSL79.2º22.52%78.24%-
HSV(B)79.2º11.79%83.14%-
XYZ57.4163.5156.25-
YUV206.76116.85126.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=33.83%
G=35.16%
B=31.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121870.0400.120.1779.222.5278.24
HexCCD4BB40C114f174e
Octal31432427340142111727116
Binary11001100110101001011101110001100100011001111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4BB; }

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

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

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

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

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

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

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

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