#CCE0CA

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

Shades of Surf Crest #CCE0CA

Tints of Surf Crest #CCE0CA

Color information

#CCE0CA (or 0xCCE0CA) is unknown color: approx Surf Crest. HEX triplet: CC, E0 and CA. RGB value is (204,224,202). Sum of RGB (Red+Green+Blue) = 204+224+202=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0CA is #331F35. Grayscale: #D7D7D7. Windows color (decimal): -3350326 or 13295820. OLE color: 13295820.

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

Color convert

RGB204224202-
CMYK0.0900.100.12
HSL114.55º26.19%83.53%-
HSV(B)114.55º9.82%87.84%-
XYZ62.2270.4166.19-
YUV215.51120.37119.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=32.38%
G=35.56%
B=32.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242020.0900.100.12114.5526.1983.53
HexCCE0CA90AC731a54
Octal314340312110121416332124
Binary11001100111000001100101010010101011001110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0CA; }

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

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

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

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

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

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

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

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