Html Css Color HEX #CCE8E6 Foam

📋 copy color: '#CCE8E6'

red 204 ◦ green 232 ◦ blue 230

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

Shades of Foam #CCE8E6

Tints of Foam #CCE8E6

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 value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#CCE8E6 (or 0xCCE8E6) is known color: 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

RGB 204 232 230 -
CMYK 0.12 0 0.01 0.09
HSL 175.71º 0.38% 0.85% -
HSV(B) 175.71º 0.12% 0.91% -
XYZ 68.04 76.26 86 -
YUV 223.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 204 232 230 0.12 0 0.01 0.09 175.71 0.38 0.85
Hex CC E8 E6 C 0 1 9 B0 26 55
Octal 314 350 346 14 0 1 11 260 46 125
Binary 11001100 11101000 11100110 1100 0 1 1001 10110000 100110 1010101

Color Harmonies of #CCE8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8E6

Black with #CCE8E6

Text Example


Text Example

White with #CCE8E6

Text Example


Text Example

HTML Codes & Css Web 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>