Html Css Color HEX #CCF2EE Foam

📋 copy color: '#CCF2EE'

red 204 ◦ green 242 ◦ blue 238

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

Shades of Foam #CCF2EE

Tints of Foam #CCF2EE

RGB

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

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

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

R = 29.82%
G = 35.38%
B = 34.8%

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

#CCF2EE (or 0xCCF2EE) is known color: Foam. HEX triplet: CC, F2 and EE. RGB value is (204,242,238). Sum of RGB (Red+Green+Blue) = 204+242+238=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2EE is #330D11. Grayscale: #E6E6E6. Windows color (decimal): -3345682 or 15659724. OLE color: 15659724.

HSL color Cylindrical-coordinate representation of color #CCF2EE: hue angle of 173.68º 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 #CCF2EE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 238 -
CMYK 0.16 0 0.02 0.05
HSL 173.68º 0.59% 0.87% -
HSV(B) 173.68º 0.16% 0.95% -
XYZ 72.09 82.51 93.02 -
YUV 230.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 204 242 238 0.16 0 0.02 0.05 173.68 0.59 0.87
Hex CC F2 EE 10 0 2 5 AE 3B 57
Octal 314 362 356 20 0 2 5 256 73 127
Binary 11001100 11110010 11101110 10000 0 10 101 10101110 111011 1010111

Color Harmonies of #CCF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2EE

Black with #CCF2EE

Text Example


Text Example

White with #CCF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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