#CCCEBC

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

Shades of Harp #CCCEBC

Tints of Harp #CCCEBC

Color information

#CCCEBC (or 0xCCCEBC) is unknown color: approx Harp. HEX triplet: CC, CE and BC. RGB value is (204,206,188). Sum of RGB (Red+Green+Blue) = 204+206+188=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBC is #333143. Grayscale: #CBCBCB. Windows color (decimal): -3354948 or 12373708. OLE color: 12373708.

HSL color Cylindrical-coordinate representation of color #CCCEBC: hue angle of 66.67º 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 #CCCEBC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB204206188-
CMYK0.0100.090.19
HSL66.67º15.52%77.25%-
HSV(B)66.67º8.74%80.78%-
XYZ56.0560.6156.32-
YUV203.35119.34128.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=34.11%
G=34.45%
B=31.44%

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
Decimal2042061880.0100.090.1966.6715.5277.25
HexCCCEBC1091343104d
Octal31431627410112310320115
Binary110011001100111010111100101001100111000011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEBC; }

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

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

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

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

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

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

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

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