Shades of White Ice #DCFBEB
Tints of White Ice #DCFBEB
RGB
CMYK
RGB Variations
Color information
#DCFBEB (or 0xDCFBEB) is known color: White Ice. HEX triplet: DC, FB and EB. RGB value is (220,251,235). Sum of RGB (Red+Green+Blue) = 220+251+235=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBEB is #230414. Grayscale: #EFEFEF. Windows color (decimal): -2294805 or 15465436. OLE color: 15465436.
HSL color Cylindrical-coordinate representation of color #DCFBEB: hue angle of 149.03º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFBEB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 251 | 235 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 149.03º | 0.79% | 0.92% | - |
HSV(B) | 149.03º | 0.12% | 0.98% | - |
XYZ | 79.01 | 90.21 | 91.85 | - |
YUV | 239.91 | 125.23 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 251 | 235 | 0.12 | 0 | 0.06 | 0.02 | 149.03 | 0.79 | 0.92 |
Hex | DC | FB | EB | C | 0 | 6 | 2 | 95 | 4F | 5C |
Octal | 334 | 373 | 353 | 14 | 0 | 6 | 2 | 225 | 117 | 134 |
Binary | 11011100 | 11111011 | 11101011 | 1100 | 0 | 110 | 10 | 10010101 | 1001111 | 1011100 |
Color Harmonies of #DCFBEB
Complementary color
Monochromatic Colors of #DCFBEB
Black with #DCFBEB
Text Example
Text Example
White with #DCFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBEB; }
p { color: rgb(220,251,235); }
H1.HeaderClassName
{
color: #DCFBEB;
}
.AnyTagClassName
{
color: #DCFBEB;
}
</style>
background-color css
<style>
a { background-color: #DCFBEB; }
a { background-color: rgb(220,251,235); }
div.DivClassName
{
background-color: #DCFBEB;
}
.BgClassName
{
background-color: #DCFBEB;
}
</style>
border-color css
<style>
span { border-color: #DCFBEB; }
span { border-color: rgb(220,251,235); }
td.TdClassName
{
border-color: #DCFBEB;
}
.TagClassName
{
border-color: #DCFBEB;
}
</style>