#CAF4DD

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

Shades of White Ice #CAF4DD

Tints of White Ice #CAF4DD

Color information

#CAF4DD (or 0xCAF4DD) is unknown color: approx White Ice. HEX triplet: CA, F4 and DD. RGB value is (202,244,221). Sum of RGB (Red+Green+Blue) = 202+244+221=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4DD is #350B22. Grayscale: #E4E4E4. Windows color (decimal): -3476259 or 14546122. OLE color: 14546122.

HSL color Cylindrical-coordinate representation of color #CAF4DD: hue angle of 147.14º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4DD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB202244221-
CMYK0.1700.090.04
HSL147.14º65.62%87.45%-
HSV(B)147.14º17.21%95.69%-
XYZ69.7682.4880.65-
YUV228.82123.59108.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=30.28%
G=36.58%
B=33.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442210.1700.090.04147.1465.6287.45
HexCAF4DD11094934257
Octal312364335210114223102127
Binary11001010111101001101110110001010011001001001110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4DD; }

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

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

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

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

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

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

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

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