Html Css Color HEX #CCF2EC Foam

📋 copy color: '#CCF2EC'

red 204 ◦ green 242 ◦ blue 236

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

Shades of Foam #CCF2EC

Tints of Foam #CCF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.48%

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 29.91%
G = 35.48%
B = 34.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CCF2EC (or 0xCCF2EC) is known color: Foam. HEX triplet: CC, F2 and EC. RGB value is (204,242,236). Sum of RGB (Red+Green+Blue) = 204+242+236=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2EC is #330D13. Grayscale: #E5E5E5. Windows color (decimal): -3345684 or 15528652. OLE color: 15528652.

HSL color Cylindrical-coordinate representation of color #CCF2EC: hue angle of 170.53º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2EC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 236 -
CMYK 0.16 0 0.02 0.05
HSL 170.53º 0.59% 0.87% -
HSV(B) 170.53º 0.16% 0.95% -
XYZ 71.79 82.4 91.48 -
YUV 229.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 204 242 236 0.16 0 0.02 0.05 170.53 0.59 0.87
Hex CC F2 EC 10 0 2 5 AB 3B 57
Octal 314 362 354 20 0 2 5 253 73 127
Binary 11001100 11110010 11101100 10000 0 10 101 10101011 111011 1010111

Color Harmonies of #CCF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2EC

Black with #CCF2EC

Text Example


Text Example

White with #CCF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2EC; }

 p { color: rgb(204,242,236); }

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

background-color css

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

 a { background-color: rgb(204,242,236); }

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

border-color css

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

 span { border-color: rgb(204,242,236); }

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