#CCE2CC

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

Shades of Sea Mist #CCE2CC

Tints of Sea Mist #CCE2CC

Color information

#CCE2CC (or 0xCCE2CC) is unknown color: approx Sea Mist. HEX triplet: CC, E2 and CC. RGB value is (204,226,204). Sum of RGB (Red+Green+Blue) = 204+226+204=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2CC is #331D33. Grayscale: #D8D8D8. Windows color (decimal): -3349812 or 13427404. OLE color: 13427404.

HSL color Cylindrical-coordinate representation of color #CCE2CC: hue angle of 120º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2CC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB204226204-
CMYK0.1000.100.11
HSL120º27.5%84.31%-
HSV(B)120º9.73%88.63%-
XYZ6371.5967.62-
YUV216.91120.71118.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=32.18%
G=35.65%
B=32.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042262040.1000.100.1112027.584.31
HexCCE2CCA0AB781c54
Octal314342314120121317034124
Binary11001100111000101100110010100101010111111000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2CC; }

 p { color: rgb(204,226,204); }

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

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

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

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

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

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

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