Html Css Color HEX #CCF2ED Foam

📋 copy color: '#CCF2ED'

red 204 ◦ green 242 ◦ blue 237

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

Shades of Foam #CCF2ED

Tints of Foam #CCF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 29.87%
G = 35.43%
B = 34.7%

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

#CCF2ED (or 0xCCF2ED) is known color: Foam. HEX triplet: CC, F2 and ED. RGB value is (204,242,237). Sum of RGB (Red+Green+Blue) = 204+242+237=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2ED is #330D12. Grayscale: #E6E6E6. Windows color (decimal): -3345683 or 15594188. OLE color: 15594188.

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

Color convert

RGB 204 242 237 -
CMYK 0.16 0 0.02 0.05
HSL 172.11º 0.59% 0.87% -
HSV(B) 172.11º 0.16% 0.95% -
XYZ 71.94 82.46 92.24 -
YUV 230.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 204 242 237 0.16 0 0.02 0.05 172.11 0.59 0.87
Hex CC F2 ED 10 0 2 5 AC 3B 57
Octal 314 362 355 20 0 2 5 254 73 127
Binary 11001100 11110010 11101101 10000 0 10 101 10101100 111011 1010111

Color Harmonies of #CCF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2ED

Black with #CCF2ED

Text Example


Text Example

White with #CCF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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