#CCEAE7

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

Shades of Foam #CCEAE7

Tints of Foam #CCEAE7

Color information

#CCEAE7 (or 0xCCEAE7) is unknown color: approx Foam. HEX triplet: CC, EA and E7. RGB value is (204,234,231). Sum of RGB (Red+Green+Blue) = 204+234+231=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAE7 is #331518. Grayscale: #E0E0E0. Windows color (decimal): -3347737 or 15198924. OLE color: 15198924.

HSL color Cylindrical-coordinate representation of color #CCEAE7: hue angle of 174º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAE7 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB204234231-
CMYK0.1300.010.08
HSL174º41.67%85.88%-
HSV(B)174º12.82%91.76%-
XYZ68.7577.4586.93-
YUV224.69131.56113.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=30.49%
G=34.98%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342310.1300.010.0817441.6785.88
HexCCEAE7D018ae2a56
Octal31435234715011025652126
Binary1100110011101010111001111101011000101011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAE7; }

 p { color: rgb(204,234,231); }

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

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

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

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

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

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

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