#CCE8E6

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

Shades of Foam #CCE8E6

Tints of Foam #CCE8E6

Color information

#CCE8E6 (or 0xCCE8E6) is unknown color: approx Foam. HEX triplet: CC, E8 and E6. RGB value is (204,232,230). Sum of RGB (Red+Green+Blue) = 204+232+230=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8E6 is #331719. Grayscale: #DFDFDF. Windows color (decimal): -3348250 or 15132876. OLE color: 15132876.

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

Color convert

RGB204232230-
CMYK0.1200.010.09
HSL175.71º37.84%85.49%-
HSV(B)175.71º12.07%90.98%-
XYZ68.0476.2686-
YUV223.4131.72114.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 232 (91.02% from 255) = 34.83%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=30.63%
G=34.83%
B=34.53%

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
Decimal2042322300.1200.010.09175.7137.8485.49
HexCCE8E6C019b02655
Octal31435034614011126046125
Binary1100110011101000111001101100011001101100001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8E6; }

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

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

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

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

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

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

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

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