Html Css Color HEX #CAF1EC Foam

📋 copy color: '#CAF1EC'

red 202 ◦ green 241 ◦ blue 236

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

Shades of Foam #CAF1EC

Tints of Foam #CAF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.49%

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

R = 29.75%
G = 35.49%
B = 34.76%

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

#CAF1EC (or 0xCAF1EC) is known color: Foam. HEX triplet: CA, F1 and EC. RGB value is (202,241,236). Sum of RGB (Red+Green+Blue) = 202+241+236=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1EC is #350E13. Grayscale: #E4E4E4. Windows color (decimal): -3477012 or 15528394. OLE color: 15528394.

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

Color convert

RGB 202 241 236 -
CMYK 0.16 0 0.02 0.05
HSL 172.31º 0.58% 0.87% -
HSV(B) 172.31º 0.16% 0.95% -
XYZ 70.95 81.52 91.35 -
YUV 228.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 202 241 236 0.16 0 0.02 0.05 172.31 0.58 0.87
Hex CA F1 EC 10 0 2 5 AC 3A 57
Octal 312 361 354 20 0 2 5 254 72 127
Binary 11001010 11110001 11101100 10000 0 10 101 10101100 111010 1010111

Color Harmonies of #CAF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1EC

Black with #CAF1EC

Text Example


Text Example

White with #CAF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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