#CDF3E1

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

Shades of White Ice #CDF3E1

Tints of White Ice #CDF3E1

Color information

#CDF3E1 (or 0xCDF3E1) is unknown color: approx White Ice. HEX triplet: CD, F3 and E1. RGB value is (205,243,225). Sum of RGB (Red+Green+Blue) = 205+243+225=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3E1 is #320C1E. Grayscale: #E5E5E5. Windows color (decimal): -3279903 or 14808013. OLE color: 14808013.

HSL color Cylindrical-coordinate representation of color #CDF3E1: hue angle of 151.58º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3E1 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB205243225-
CMYK0.1600.070.05
HSL151.58º61.29%87.84%-
HSV(B)151.58º15.64%95.29%-
XYZ70.8282.5283.43-
YUV229.59125.41110.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 225 (88.28% from 255) = 33.43%
R=30.46%
G=36.11%
B=33.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052432250.1600.070.05151.5861.2987.84
HexCDF3E110075983d58
Octal3153633412007523075130
Binary110011011111001111100001100000111101100110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF3E1; }

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

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

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

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

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

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

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

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