#CDFCE2

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

Shades of White Ice #CDFCE2

Tints of White Ice #CDFCE2

Color information

#CDFCE2 (or 0xCDFCE2) is unknown color: approx White Ice. HEX triplet: CD, FC and E2. RGB value is (205,252,226). Sum of RGB (Red+Green+Blue) = 205+252+226=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCE2 is #32031D. Grayscale: #EBEBEB. Windows color (decimal): -3277598 or 14875853. OLE color: 14875853.

HSL color Cylindrical-coordinate representation of color #CDFCE2: hue angle of 146.81º degrees, saturation: 0.89, 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 #CDFCE2 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB205252226-
CMYK0.1900.100.01
HSL146.81º88.68%89.61%-
HSV(B)146.81º18.65%98.82%-
XYZ73.7188.0985.07-
YUV234.98122.93106.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=30.01%
G=36.90%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052522260.1900.100.01146.8188.6889.61
HexCDFCE2130A193595a
Octal315374342230121223131132
Binary110011011111110011100010100110101011001001110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCE2; }

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

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

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

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

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

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

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

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