#CCE1C8

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

Shades of Surf Crest #CCE1C8

Tints of Surf Crest #CCE1C8

Color information

#CCE1C8 (or 0xCCE1C8) is unknown color: approx Surf Crest. HEX triplet: CC, E1 and C8. RGB value is (204,225,200). Sum of RGB (Red+Green+Blue) = 204+225+200=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1C8 is #331E37. Grayscale: #D7D7D7. Windows color (decimal): -3350072 or 13165004. OLE color: 13165004.

HSL color Cylindrical-coordinate representation of color #CCE1C8: hue angle of 110.4º degrees, saturation: 0.29, 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 #CCE1C8 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB204225200-
CMYK0.0900.110.12
HSL110.4º29.41%83.33%-
HSV(B)110.4º11.11%88.24%-
XYZ62.2570.8665.04-
YUV215.87119.04119.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=32.43%
G=35.77%
B=31.80%

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
Decimal2042252000.0900.110.12110.429.4183.33
HexCCE1C890BC6e1d53
Octal314341310110131415635123
Binary11001100111000011100100010010101111001101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1C8; }

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

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

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

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

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

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

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

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