Html Css Color HEX #CCF0EE Foam

📋 copy color: '#CCF0EE'

red 204 ◦ green 240 ◦ blue 238

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

Shades of Foam #CCF0EE

Tints of Foam #CCF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.19%

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 29.91%
G = 35.19%
B = 34.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#CCF0EE (or 0xCCF0EE) is known color: Foam. HEX triplet: CC, F0 and EE. RGB value is (204,240,238). Sum of RGB (Red+Green+Blue) = 204+240+238=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EE is #330F11. Grayscale: #E4E4E4. Windows color (decimal): -3346194 or 15659212. OLE color: 15659212.

HSL color Cylindrical-coordinate representation of color #CCF0EE: hue angle of 176.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0EE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 238 -
CMYK 0.15 0 0.01 0.06
HSL 176.67º 0.55% 0.87% -
HSV(B) 176.67º 0.15% 0.94% -
XYZ 71.49 81.33 92.82 -
YUV 229.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 204 240 238 0.15 0 0.01 0.06 176.67 0.55 0.87
Hex CC F0 EE F 0 1 6 B1 37 57
Octal 314 360 356 17 0 1 6 261 67 127
Binary 11001100 11110000 11101110 1111 0 1 110 10110001 110111 1010111

Color Harmonies of #CCF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0EE

Black with #CCF0EE

Text Example


Text Example

White with #CCF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0EE; }

 p { color: rgb(204,240,238); }

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

background-color css

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

 a { background-color: rgb(204,240,238); }

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

border-color css

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

 span { border-color: rgb(204,240,238); }

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