#CAF8DF

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

Shades of White Ice #CAF8DF

Tints of White Ice #CAF8DF

Color information

#CAF8DF (or 0xCAF8DF) is unknown color: approx White Ice. HEX triplet: CA, F8 and DF. RGB value is (202,248,223). Sum of RGB (Red+Green+Blue) = 202+248+223=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8DF is #350720. Grayscale: #E7E7E7. Windows color (decimal): -3475233 or 14678218. OLE color: 14678218.

HSL color Cylindrical-coordinate representation of color #CAF8DF: hue angle of 147.39º 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 #CAF8DF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB202248223-
CMYK0.1900.100.03
HSL147.39º76.67%88.24%-
HSV(B)147.39º18.55%97.25%-
XYZ71.2485.0282.47-
YUV231.4123.26107.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=30.01%
G=36.85%
B=33.14%

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
Decimal2022482230.1900.100.03147.3976.6788.24
HexCAF8DF130A3934d58
Octal312370337230123223115130
Binary1100101011111000110111111001101010111001001110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8DF; }

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

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

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

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

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

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

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

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