#CCE0C8

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

Shades of Surf Crest #CCE0C8

Tints of Surf Crest #CCE0C8

Color information

#CCE0C8 (or 0xCCE0C8) is unknown color: approx Surf Crest. HEX triplet: CC, E0 and C8. RGB value is (204,224,200). Sum of RGB (Red+Green+Blue) = 204+224+200=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0C8 is #331F37. Grayscale: #D7D7D7. Windows color (decimal): -3350328 or 13164748. OLE color: 13164748.

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

Color convert

RGB204224200-
CMYK0.0900.110.12
HSL110º27.91%83.14%-
HSV(B)110º10.71%87.84%-
XYZ61.9870.3264.95-
YUV215.28119.37119.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 224 (87.89% from 255) = 35.67%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=32.48%
G=35.67%
B=31.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242000.0900.110.1211027.9183.14
HexCCE0C890BC6e1c53
Octal314340310110131415634123
Binary11001100111000001100100010010101111001101110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0C8; }

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

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

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

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

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

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

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

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