Html Css Color HEX #CAF2EE Foam

📋 copy color: '#CAF2EE'

red 202 ◦ green 242 ◦ blue 238

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

Shades of Foam #CAF2EE

Tints of Foam #CAF2EE

RGB

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

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

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

R = 29.62%
G = 35.48%
B = 34.9%

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

#CAF2EE (or 0xCAF2EE) is known color: Foam. HEX triplet: CA, F2 and EE. RGB value is (202,242,238). Sum of RGB (Red+Green+Blue) = 202+242+238=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2EE is #350D11. Grayscale: #E5E5E5. Windows color (decimal): -3476754 or 15659722. OLE color: 15659722.

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

Color convert

RGB 202 242 238 -
CMYK 0.17 0 0.02 0.05
HSL 174º 0.61% 0.87% -
HSV(B) 174º 0.17% 0.95% -
XYZ 71.54 82.23 92.99 -
YUV 229.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 202 242 238 0.17 0 0.02 0.05 174 0.61 0.87
Hex CA F2 EE 11 0 2 5 AE 3D 57
Octal 312 362 356 21 0 2 5 256 75 127
Binary 11001010 11110010 11101110 10001 0 10 101 10101110 111101 1010111

Color Harmonies of #CAF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2EE

Black with #CAF2EE

Text Example


Text Example

White with #CAF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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