Html Css Color HEX #CAF2EC Foam

📋 copy color: '#CAF2EC'

red 202 ◦ green 242 ◦ blue 236

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

Shades of Foam #CAF2EC

Tints of Foam #CAF2EC

RGB

 RED value IS 202 (79.3% from 255) = 29.71%

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

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

R = 29.71%
G = 35.59%
B = 34.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CAF2EC (or 0xCAF2EC) is known color: Foam. HEX triplet: CA, F2 and EC. RGB value is (202,242,236). Sum of RGB (Red+Green+Blue) = 202+242+236=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2EC is #350D13. Grayscale: #E5E5E5. Windows color (decimal): -3476756 or 15528650. OLE color: 15528650.

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

Color convert

RGB 202 242 236 -
CMYK 0.17 0 0.02 0.05
HSL 171º 0.61% 0.87% -
HSV(B) 171º 0.17% 0.95% -
XYZ 71.25 82.12 91.45 -
YUV 229.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 202 242 236 0.17 0 0.02 0.05 171 0.61 0.87
Hex CA F2 EC 11 0 2 5 AB 3D 57
Octal 312 362 354 21 0 2 5 253 75 127
Binary 11001010 11110010 11101100 10001 0 10 101 10101011 111101 1010111

Color Harmonies of #CAF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2EC

Black with #CAF2EC

Text Example


Text Example

White with #CAF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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