#CDFADE

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

Shades of White Ice #CDFADE

Tints of White Ice #CDFADE

Color information

#CDFADE (or 0xCDFADE) is unknown color: approx White Ice. HEX triplet: CD, FA and DE. RGB value is (205,250,222). Sum of RGB (Red+Green+Blue) = 205+250+222=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFADE is #320521. Grayscale: #E9E9E9. Windows color (decimal): -3278114 or 14613197. OLE color: 14613197.

HSL color Cylindrical-coordinate representation of color #CDFADE: hue angle of 142.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFADE is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB205250222-
CMYK0.1800.110.02
HSL142.67º81.82%89.22%-
HSV(B)142.67º18%98.04%-
XYZ72.5586.6282-
YUV233.35121.59107.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=30.28%
G=36.93%
B=32.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502220.1800.110.02142.6781.8289.22
HexCDFADE120B28f5259
Octal315372336220132217122131
Binary1100110111111010110111101001001011101000111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFADE; }

 p { color: rgb(205,250,222); }

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

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

 a { background-color: rgb(205,250,222); }

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

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

 span { border-color: rgb(205,250,222); }

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