Html Css Color HEX #CCEBE8 Foam

📋 copy color: '#CCEBE8'

red 204 ◦ green 235 ◦ blue 232

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

Shades of Foam #CCEBE8

Tints of Foam #CCEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.02%

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

R = 30.4%
G = 35.02%
B = 34.58%

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

#CCEBE8 (or 0xCCEBE8) is known color: Foam. HEX triplet: CC, EB and E8. RGB value is (204,235,232). Sum of RGB (Red+Green+Blue) = 204+235+232=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBE8 is #331417. Grayscale: #E1E1E1. Windows color (decimal): -3347480 or 15264716. OLE color: 15264716.

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

Color convert

RGB 204 235 232 -
CMYK 0.13 0 0.01 0.08
HSL 174.19º 0.44% 0.86% -
HSV(B) 174.19º 0.13% 0.92% -
XYZ 69.18 78.08 87.77 -
YUV 225.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 204 235 232 0.13 0 0.01 0.08 174.19 0.44 0.86
Hex CC EB E8 D 0 1 8 AE 2C 56
Octal 314 353 350 15 0 1 10 256 54 126
Binary 11001100 11101011 11101000 1101 0 1 1000 10101110 101100 1010110

Color Harmonies of #CCEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBE8

Black with #CCEBE8

Text Example


Text Example

White with #CCEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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