#CCCEBB

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

Shades of Harp #CCCEBB

Tints of Harp #CCCEBB

Color information

#CCCEBB (or 0xCCCEBB) is unknown color: approx Harp. HEX triplet: CC, CE and BB. RGB value is (204,206,187). Sum of RGB (Red+Green+Blue) = 204+206+187=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBB is #333144. Grayscale: #CBCBCB. Windows color (decimal): -3354949 or 12308172. OLE color: 12308172.

HSL color Cylindrical-coordinate representation of color #CCCEBB: hue angle of 66.32º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCEBB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB204206187-
CMYK0.0100.090.19
HSL66.32º16.24%77.06%-
HSV(B)66.32º9.22%80.78%-
XYZ55.9460.5755.76-
YUV203.24118.84128.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=34.17%
G=34.51%
B=31.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061870.0100.090.1966.3216.2477.06
HexCCCEBB1091342104d
Octal31431627310112310220115
Binary110011001100111010111011101001100111000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEBB; }

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

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

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

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

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

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

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

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