Html Css Color HEX #CCEDE8 Foam

📋 copy color: '#CCEDE8'

red 204 ◦ green 237 ◦ blue 232

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

Shades of Foam #CCEDE8

Tints of Foam #CCEDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.22%

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

R = 30.31%
G = 35.22%
B = 34.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#CCEDE8 (or 0xCCEDE8) is known color: Foam. HEX triplet: CC, ED and E8. RGB value is (204,237,232). Sum of RGB (Red+Green+Blue) = 204+237+232=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDE8 is #331217. Grayscale: #E2E2E2. Windows color (decimal): -3346968 or 15265228. OLE color: 15265228.

HSL color Cylindrical-coordinate representation of color #CCEDE8: hue angle of 170.91º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDE8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 232 -
CMYK 0.14 0 0.02 0.07
HSL 170.91º 0.48% 0.86% -
HSV(B) 170.91º 0.14% 0.93% -
XYZ 69.75 79.23 87.96 -
YUV 226.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 204 237 232 0.14 0 0.02 0.07 170.91 0.48 0.86
Hex CC ED E8 E 0 2 7 AB 30 56
Octal 314 355 350 16 0 2 7 253 60 126
Binary 11001100 11101101 11101000 1110 0 10 111 10101011 110000 1010110

Color Harmonies of #CCEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDE8

Black with #CCEDE8

Text Example


Text Example

White with #CCEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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