#CAFFDF

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

Shades of White Ice #CAFFDF

Tints of White Ice #CAFFDF

Color information

#CAFFDF (or 0xCAFFDF) is unknown color: approx White Ice. HEX triplet: CA, FF and DF. RGB value is (202,255,223). Sum of RGB (Red+Green+Blue) = 202+255+223=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDF is #350020. Grayscale: #EBEBEB. Windows color (decimal): -3473441 or 14680010. OLE color: 14680010.

HSL color Cylindrical-coordinate representation of color #CAFFDF: hue angle of 143.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFDF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB202255223-
CMYK0.2100.130
HSL143.77º100%89.61%-
HSV(B)143.77º20.78%100%-
XYZ73.4489.483.2-
YUV235.5120.94104.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=29.71%
G=37.5%
B=32.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552230.2100.130143.7710089.61
HexCAFFDF150D090645a
Octal312377337250150220144132
Binary110010101111111111011111101010110101001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFDF; }

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

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

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

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

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

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

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

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