#CCE0C6

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

Shades of Surf Crest #CCE0C6

Tints of Surf Crest #CCE0C6

Color information

#CCE0C6 (or 0xCCE0C6) is unknown color: approx Surf Crest. HEX triplet: CC, E0 and C6. RGB value is (204,224,198). Sum of RGB (Red+Green+Blue) = 204+224+198=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0C6 is #331F39. Grayscale: #D7D7D7. Windows color (decimal): -3350330 or 13033676. OLE color: 13033676.

HSL color Cylindrical-coordinate representation of color #CCE0C6: hue angle of 106.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE0C6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB204224198-
CMYK0.0900.120.12
HSL106.15º29.55%82.75%-
HSV(B)106.15º11.61%87.84%-
XYZ61.7570.2363.73-
YUV215.06118.37120.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=32.59%
G=35.78%
B=31.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241980.0900.120.12106.1529.5582.75
HexCCE0C690CC6a1e53
Octal314340306110141415236123
Binary11001100111000001100011010010110011001101010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0C6; }

 p { color: rgb(204,224,198); }

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

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

 a { background-color: rgb(204,224,198); }

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

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

 span { border-color: rgb(204,224,198); }

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