Shades of Blue Romance #DCFBD3
Tints of Blue Romance #DCFBD3
RGB
CMYK
RGB Variations
Color information
#DCFBD3 (or 0xDCFBD3) is known color: Blue Romance. HEX triplet: DC, FB and D3. RGB value is (220,251,211). Sum of RGB (Red+Green+Blue) = 220+251+211=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD3 is #23042C. Grayscale: #EDEDED. Windows color (decimal): -2294829 or 13892572. OLE color: 13892572.
HSL color Cylindrical-coordinate representation of color #DCFBD3: hue angle of 106.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFBD3 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 251 | 211 | - |
CMYK | 0.12 | 0 | 0.16 | 0.02 |
HSL | 106.5º | 0.83% | 0.91% | - |
HSV(B) | 106.5º | 0.16% | 0.98% | - |
XYZ | 75.77 | 88.91 | 74.8 | - |
YUV | 237.17 | 113.23 | 115.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 251 | 211 | 0.12 | 0 | 0.16 | 0.02 | 106.5 | 0.83 | 0.91 |
Hex | DC | FB | D3 | C | 0 | 10 | 2 | 6A | 53 | 5B |
Octal | 334 | 373 | 323 | 14 | 0 | 20 | 2 | 152 | 123 | 133 |
Binary | 11011100 | 11111011 | 11010011 | 1100 | 0 | 10000 | 10 | 1101010 | 1010011 | 1011011 |
Color Harmonies of #DCFBD3
Complementary color
Monochromatic Colors of #DCFBD3
Black with #DCFBD3
Text Example
Text Example
White with #DCFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBD3; }
p { color: rgb(220,251,211); }
H1.HeaderClassName
{
color: #DCFBD3;
}
.AnyTagClassName
{
color: #DCFBD3;
}
</style>
background-color css
<style>
a { background-color: #DCFBD3; }
a { background-color: rgb(220,251,211); }
div.DivClassName
{
background-color: #DCFBD3;
}
.BgClassName
{
background-color: #DCFBD3;
}
</style>
border-color css
<style>
span { border-color: #DCFBD3; }
span { border-color: rgb(220,251,211); }
td.TdClassName
{
border-color: #DCFBD3;
}
.TagClassName
{
border-color: #DCFBD3;
}
</style>