#CAF8DD

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

Shades of White Ice #CAF8DD

Tints of White Ice #CAF8DD

Color information

#CAF8DD (or 0xCAF8DD) is unknown color: approx White Ice. HEX triplet: CA, F8 and DD. RGB value is (202,248,221). Sum of RGB (Red+Green+Blue) = 202+248+221=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8DD is #350722. Grayscale: #E7E7E7. Windows color (decimal): -3475235 or 14547146. OLE color: 14547146.

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

Color convert

RGB202248221-
CMYK0.1900.110.03
HSL144.78º76.67%88.24%-
HSV(B)144.78º18.55%97.25%-
XYZ70.9884.9181.06-
YUV231.17122.26107.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=30.10%
G=36.96%
B=32.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482210.1900.110.03144.7876.6788.24
HexCAF8DD130B3914d58
Octal312370335230133221115130
Binary1100101011111000110111011001101011111001000110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8DD; }

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

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

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

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

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

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

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

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