Html Css Color HEX #CCF2EF Foam

📋 copy color: '#CCF2EF'

red 204 ◦ green 242 ◦ blue 239

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

Shades of Foam #CCF2EF

Tints of Foam #CCF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 29.78%
G = 35.33%
B = 34.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#CCF2EF (or 0xCCF2EF) is known color: Foam. HEX triplet: CC, F2 and EF. RGB value is (204,242,239). Sum of RGB (Red+Green+Blue) = 204+242+239=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2EF is #330D10. Grayscale: #E6E6E6. Windows color (decimal): -3345681 or 15725260. OLE color: 15725260.

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

Color convert

RGB 204 242 239 -
CMYK 0.16 0 0.01 0.05
HSL 175.26º 0.59% 0.87% -
HSV(B) 175.26º 0.16% 0.95% -
XYZ 72.23 82.57 93.79 -
YUV 230.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 204 242 239 0.16 0 0.01 0.05 175.26 0.59 0.87
Hex CC F2 EF 10 0 1 5 AF 3B 57
Octal 314 362 357 20 0 1 5 257 73 127
Binary 11001100 11110010 11101111 10000 0 1 101 10101111 111011 1010111

Color Harmonies of #CCF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2EF

Black with #CCF2EF

Text Example


Text Example

White with #CCF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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