#CDFDE2

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

Shades of White Ice #CDFDE2

Tints of White Ice #CDFDE2

Color information

#CDFDE2 (or 0xCDFDE2) is unknown color: approx White Ice. HEX triplet: CD, FD and E2. RGB value is (205,253,226). Sum of RGB (Red+Green+Blue) = 205+253+226=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDE2 is #32021D. Grayscale: #EBEBEB. Windows color (decimal): -3277342 or 14876109. OLE color: 14876109.

HSL color Cylindrical-coordinate representation of color #CDFDE2: hue angle of 146.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDE2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB205253226-
CMYK0.1900.110.01
HSL146.25º92.31%89.8%-
HSV(B)146.25º18.97%99.22%-
XYZ74.0388.7285.17-
YUV235.57122.6106.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.97%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=29.97%
G=36.99%
B=33.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052532260.1900.110.01146.2592.3189.8
HexCDFDE2130B1925c5a
Octal315375342230131222134132
Binary110011011111110111100010100110101111001001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDE2; }

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

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

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

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

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

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

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

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