Shades of White Ice #DADFDD
Tints of White Ice #DADFDD
RGB
CMYK
RGB Variations
Color information
#DADFDD (or 0xDADFDD) is known color: White Ice. HEX triplet: DA, DF and DD. RGB value is (218,223,221). Sum of RGB (Red+Green+Blue) = 218+223+221=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFDD is #252022. Grayscale: #DDDDDD. Windows color (decimal): -2433059 or 14540762. OLE color: 14540762.
HSL color Cylindrical-coordinate representation of color #DADFDD: hue angle of 156º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADFDD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 221 | - |
CMYK | 0.02 | 0 | 0.01 | 0.13 |
HSL | 156º | 0.07% | 0.86% | - |
HSV(B) | 156º | 0.02% | 0.87% | - |
XYZ | 68.35 | 72.9 | 78.88 | - |
YUV | 221.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 221 | 0.02 | 0 | 0.01 | 0.13 | 156 | 0.07 | 0.86 |
Hex | DA | DF | DD | 2 | 0 | 1 | D | 9C | 7 | 56 |
Octal | 332 | 337 | 335 | 2 | 0 | 1 | 15 | 234 | 7 | 126 |
Binary | 11011010 | 11011111 | 11011101 | 10 | 0 | 1 | 1101 | 10011100 | 111 | 1010110 |
Color Harmonies of #DADFDD
Complementary color
Monochromatic Colors of #DADFDD
Black with #DADFDD
Text Example
Text Example
White with #DADFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFDD; }
p { color: rgb(218,223,221); }
H1.HeaderClassName
{
color: #DADFDD;
}
.AnyTagClassName
{
color: #DADFDD;
}
</style>
background-color css
<style>
a { background-color: #DADFDD; }
a { background-color: rgb(218,223,221); }
div.DivClassName
{
background-color: #DADFDD;
}
.BgClassName
{
background-color: #DADFDD;
}
</style>
border-color css
<style>
span { border-color: #DADFDD; }
span { border-color: rgb(218,223,221); }
td.TdClassName
{
border-color: #DADFDD;
}
.TagClassName
{
border-color: #DADFDD;
}
</style>