#CCE8E5

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

Shades of Foam #CCE8E5

Tints of Foam #CCE8E5

Color information

#CCE8E5 (or 0xCCE8E5) is unknown color: approx Foam. HEX triplet: CC, E8 and E5. RGB value is (204,232,229). Sum of RGB (Red+Green+Blue) = 204+232+229=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8E5 is #33171A. Grayscale: #DFDFDF. Windows color (decimal): -3348251 or 15067340. OLE color: 15067340.

HSL color Cylindrical-coordinate representation of color #CCE8E5: hue angle of 173.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8E5 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB204232229-
CMYK0.1200.010.09
HSL173.57º37.84%85.49%-
HSV(B)173.57º12.07%90.98%-
XYZ67.976.2185.26-
YUV223.29131.22114.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 232 (91.02% from 255) = 34.89%
BLUE value IS 229 (89.84% from 255) = 34.44%
R=30.68%
G=34.89%
B=34.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042322290.1200.010.09173.5737.8485.49
HexCCE8E5C019ae2655
Octal31435034514011125646125
Binary1100110011101000111001011100011001101011101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8E5; }

 p { color: rgb(204,232,229); }

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

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

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

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

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

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

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