Html Css Color HEX #CAF0EC Foam

📋 copy color: '#CAF0EC'

red 202 ◦ green 240 ◦ blue 236

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

Shades of Foam #CAF0EC

Tints of Foam #CAF0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.4%

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

R = 29.79%
G = 35.4%
B = 34.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#CAF0EC (or 0xCAF0EC) is known color: Foam. HEX triplet: CA, F0 and EC. RGB value is (202,240,236). Sum of RGB (Red+Green+Blue) = 202+240+236=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0EC is #350F13. Grayscale: #E4E4E4. Windows color (decimal): -3477268 or 15528138. OLE color: 15528138.

HSL color Cylindrical-coordinate representation of color #CAF0EC: hue angle of 173.68º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0EC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 236 -
CMYK 0.16 0 0.02 0.06
HSL 173.68º 0.56% 0.87% -
HSV(B) 173.68º 0.16% 0.94% -
XYZ 70.66 80.93 91.25 -
YUV 228.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 202 240 236 0.16 0 0.02 0.06 173.68 0.56 0.87
Hex CA F0 EC 10 0 2 6 AE 38 57
Octal 312 360 354 20 0 2 6 256 70 127
Binary 11001010 11110000 11101100 10000 0 10 110 10101110 111000 1010111

Color Harmonies of #CAF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0EC

Black with #CAF0EC

Text Example


Text Example

White with #CAF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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