#CAFDE0

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

Shades of White Ice #CAFDE0

Tints of White Ice #CAFDE0

Color information

#CAFDE0 (or 0xCAFDE0) is unknown color: approx White Ice. HEX triplet: CA, FD and E0. RGB value is (202,253,224). Sum of RGB (Red+Green+Blue) = 202+253+224=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDE0 is #35021F. Grayscale: #EAEAEA. Windows color (decimal): -3473952 or 14745034. OLE color: 14745034.

HSL color Cylindrical-coordinate representation of color #CAFDE0: hue angle of 145.88º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDE0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB202253224-
CMYK0.2000.110.01
HSL145.88º92.73%89.22%-
HSV(B)145.88º20.16%99.22%-
XYZ72.9488.1983.7-
YUV234.44122.1104.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=29.75%
G=37.26%
B=32.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532240.2000.110.01145.8892.7389.22
HexCAFDE0140B1925d59
Octal312375340240131222135131
Binary110010101111110111100000101000101111001001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDE0; }

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

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

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

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

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

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

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

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