Html Css Color HEX #CCEAE8 Foam

📋 copy color: '#CCEAE8'

red 204 ◦ green 234 ◦ blue 232

#CCEAE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #CCEAE8

Tints of Foam #CCEAE8

RGB

 RED value IS 204 (80.08% from 255) = 30.45%

 GREEN value IS 234 (91.8% from 255) = 34.93%

 BLUE value IS 232 (91.02% from 255) = 34.63%

R = 30.45%
G = 34.93%
B = 34.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#CCEAE8 (or 0xCCEAE8) is known color: Foam. HEX triplet: CC, EA and E8. RGB value is (204,234,232). Sum of RGB (Red+Green+Blue) = 204+234+232=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAE8 is #331517. Grayscale: #E0E0E0. Windows color (decimal): -3347736 or 15264460. OLE color: 15264460.

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

Color convert

RGB 204 234 232 -
CMYK 0.13 0 0.01 0.08
HSL 176º 0.42% 0.86% -
HSV(B) 176º 0.13% 0.92% -
XYZ 68.89 77.51 87.67 -
YUV 224.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 204 234 232 0.13 0 0.01 0.08 176 0.42 0.86
Hex CC EA E8 D 0 1 8 B0 2A 56
Octal 314 352 350 15 0 1 10 260 52 126
Binary 11001100 11101010 11101000 1101 0 1 1000 10110000 101010 1010110

Color Harmonies of #CCEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAE8

Black with #CCEAE8

Text Example


Text Example

White with #CCEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAE8; }

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

 H1.HeaderClassName
 {
   color: #CCEAE8;
 }
 .AnyTagClassName
 {
   color: #CCEAE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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