#CDFEE1

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

Shades of White Ice #CDFEE1

Tints of White Ice #CDFEE1

Color information

#CDFEE1 (or 0xCDFEE1) is unknown color: approx White Ice. HEX triplet: CD, FE and E1. RGB value is (205,254,225). Sum of RGB (Red+Green+Blue) = 205+254+225=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEE1 is #32011E. Grayscale: #ECECEC. Windows color (decimal): -3277087 or 14810829. OLE color: 14810829.

HSL color Cylindrical-coordinate representation of color #CDFEE1: hue angle of 144.49º 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 #CDFEE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB205254225-
CMYK0.1900.110.00
HSL144.49º96.08%90%-
HSV(B)144.49º19.29%99.61%-
XYZ74.2189.384.56-
YUV236.04121.77105.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.97%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=29.97%
G=37.13%
B=32.89%

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
Decimal2052542250.1900.110.00144.4996.0890
HexCDFEE1130B090605a
Octal315376341230130220140132
Binary110011011111111011100001100110101101001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEE1; }

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

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

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

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

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

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

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

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