#CDFAE2

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

Shades of White Ice #CDFAE2

Tints of White Ice #CDFAE2

Color information

#CDFAE2 (or 0xCDFAE2) is unknown color: approx White Ice. HEX triplet: CD, FA and E2. RGB value is (205,250,226). Sum of RGB (Red+Green+Blue) = 205+250+226=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAE2 is #32051D. Grayscale: #E9E9E9. Windows color (decimal): -3278110 or 14875341. OLE color: 14875341.

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

Color convert

RGB205250226-
CMYK0.1800.100.02
HSL148º81.82%89.22%-
HSV(B)148º18%98.04%-
XYZ73.0986.8484.86-
YUV233.81123.59107.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=30.10%
G=36.71%
B=33.19%

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
Decimal2052502260.1800.100.0214881.8289.22
HexCDFAE2120A2945259
Octal315372342220122224122131
Binary1100110111111010111000101001001010101001010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAE2; }

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

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

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

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

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

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

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

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