#CDFAE0

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

Shades of White Ice #CDFAE0

Tints of White Ice #CDFAE0

Color information

#CDFAE0 (or 0xCDFAE0) is unknown color: approx White Ice. HEX triplet: CD, FA and E0. RGB value is (205,250,224). Sum of RGB (Red+Green+Blue) = 205+250+224=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAE0 is #32051F. Grayscale: #E9E9E9. Windows color (decimal): -3278112 or 14744269. OLE color: 14744269.

HSL color Cylindrical-coordinate representation of color #CDFAE0: hue angle of 145.33º 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 #CDFAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB205250224-
CMYK0.1800.100.02
HSL145.33º81.82%89.22%-
HSV(B)145.33º18%98.04%-
XYZ72.8286.7383.42-
YUV233.58122.59107.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=30.19%
G=36.82%
B=32.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502240.1800.100.02145.3381.8289.22
HexCDFAE0120A2915259
Octal315372340220122221122131
Binary1100110111111010111000001001001010101001000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAE0; }

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

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

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

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

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

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

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

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