#CDF6E3

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

Shades of White Ice #CDF6E3

Tints of White Ice #CDF6E3

Color information

#CDF6E3 (or 0xCDF6E3) is unknown color: approx White Ice. HEX triplet: CD, F6 and E3. RGB value is (205,246,227). Sum of RGB (Red+Green+Blue) = 205+246+227=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6E3 is #32091C. Grayscale: #E7E7E7. Windows color (decimal): -3279133 or 14939853. OLE color: 14939853.

HSL color Cylindrical-coordinate representation of color #CDF6E3: hue angle of 152.2º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF6E3 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB205246227-
CMYK0.1700.080.04
HSL152.2º69.49%88.43%-
HSV(B)152.2º16.67%96.47%-
XYZ7284.4485.18-
YUV231.58125.42109.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 246 (96.48% from 255) = 36.28%
BLUE value IS 227 (89.06% from 255) = 33.48%
R=30.24%
G=36.28%
B=33.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052462270.1700.080.04152.269.4988.43
HexCDF6E311084984558
Octal315366343210104230105130
Binary11001101111101101110001110001010001001001100010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6E3; }

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

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

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

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

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

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

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

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