#CDF6DF

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

Shades of White Ice #CDF6DF

Tints of White Ice #CDF6DF

Color information

#CDF6DF (or 0xCDF6DF) is unknown color: approx White Ice. HEX triplet: CD, F6 and DF. RGB value is (205,246,223). Sum of RGB (Red+Green+Blue) = 205+246+223=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6DF is #320920. Grayscale: #E7E7E7. Windows color (decimal): -3279137 or 14677709. OLE color: 14677709.

HSL color Cylindrical-coordinate representation of color #CDF6DF: hue angle of 146.34º 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 #CDF6DF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB205246223-
CMYK0.1700.090.04
HSL146.34º69.49%88.43%-
HSV(B)146.34º16.67%96.47%-
XYZ71.4584.2282.3-
YUV231.12123.42109.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=30.42%
G=36.50%
B=33.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052462230.1700.090.04146.3469.4988.43
HexCDF6DF11094924558
Octal315366337210114222105130
Binary11001101111101101101111110001010011001001001010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6DF; }

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

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

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

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

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

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

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

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