#CAFDDE

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

Shades of White Ice #CAFDDE

Tints of White Ice #CAFDDE

Color information

#CAFDDE (or 0xCAFDDE) is unknown color: approx White Ice. HEX triplet: CA, FD and DE. RGB value is (202,253,222). Sum of RGB (Red+Green+Blue) = 202+253+222=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDDE is #350221. Grayscale: #EAEAEA. Windows color (decimal): -3473954 or 14613962. OLE color: 14613962.

HSL color Cylindrical-coordinate representation of color #CAFDDE: hue angle of 143.53º 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 #CAFDDE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB202253222-
CMYK0.2000.120.01
HSL143.53º92.73%89.22%-
HSV(B)143.53º20.16%99.22%-
XYZ72.6788.0882.28-
YUV234.22121.1105.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=29.84%
G=37.37%
B=32.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532220.2000.120.01143.5392.7389.22
HexCAFDDE140C1905d59
Octal312375336240141220135131
Binary110010101111110111011110101000110011001000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDDE; }

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

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

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

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

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

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

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

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