#CAF8E0

Color #CAF8E0 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CAF8E0

Tints of White Ice #CAF8E0

Color information

#CAF8E0 (or 0xCAF8E0) is unknown color: approx White Ice. HEX triplet: CA, F8 and E0. RGB value is (202,248,224). Sum of RGB (Red+Green+Blue) = 202+248+224=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8E0 is #35071F. Grayscale: #E7E7E7. Windows color (decimal): -3475232 or 14743754. OLE color: 14743754.

HSL color Cylindrical-coordinate representation of color #CAF8E0: hue angle of 148.7º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8E0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB202248224-
CMYK0.1900.100.03
HSL148.7º76.67%88.24%-
HSV(B)148.7º18.55%97.25%-
XYZ71.3885.0783.18-
YUV231.51123.76106.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 224 (87.89% from 255) = 33.23%
R=29.97%
G=36.80%
B=33.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482240.1900.100.03148.776.6788.24
HexCAF8E0130A3954d58
Octal312370340230123225115130
Binary1100101011111000111000001001101010111001010110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8E0; }

 p { color: rgb(202,248,224); }

 H1.HeaderClassName
 {
   color: #CAF8E0;
 }
 .AnyTagClassName
 {
   color: #CAF8E0;
 }
</style>
background-color css

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

 a { background-color: rgb(202,248,224); }

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

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

 span { border-color: rgb(202,248,224); }

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