#CDFEE3

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

Shades of White Ice #CDFEE3

Tints of White Ice #CDFEE3

Color information

#CDFEE3 (or 0xCDFEE3) is unknown color: approx White Ice. HEX triplet: CD, FE and E3. RGB value is (205,254,227). Sum of RGB (Red+Green+Blue) = 205+254+227=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEE3 is #32011C. Grayscale: #ECECEC. Windows color (decimal): -3277085 or 14941901. OLE color: 14941901.

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

Color convert

RGB205254227-
CMYK0.1900.110.00
HSL146.94º96.08%90%-
HSV(B)146.94º19.29%99.61%-
XYZ74.4889.4186-
YUV236.27122.77105.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.88%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=29.88%
G=37.03%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542270.1900.110.00146.9496.0890
HexCDFEE3130B093605a
Octal315376343230130223140132
Binary110011011111111011100011100110101101001001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEE3; }

 p { color: rgb(205,254,227); }

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

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

 a { background-color: rgb(205,254,227); }

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

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

 span { border-color: rgb(205,254,227); }

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