Shades of Blue Romance #DCFFD2
Tints of Blue Romance #DCFFD2
RGB
CMYK
RGB Variations
Color information
#DCFFD2 (or 0xDCFFD2) is known color: Blue Romance. HEX triplet: DC, FF and D2. RGB value is (220,255,210). Sum of RGB (Red+Green+Blue) = 220+255+210=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD2 is #23002D. Grayscale: #EFEFEF. Windows color (decimal): -2293806 or 13828060. OLE color: 13828060.
HSL color Cylindrical-coordinate representation of color #DCFFD2: hue angle of 106.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCFFD2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 210 | - |
| CMYK | 0.14 | 0 | 0.18 | 0 |
| HSL | 106.67º | 1% | 0.91% | - |
| HSV(B) | 106.67º | 0.18% | 1% | - |
| XYZ | 76.91 | 91.39 | 74.56 | - |
| YUV | 239.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 210 | 0.14 | 0 | 0.18 | 0 | 106.67 | 1 | 0.91 |
| Hex | DC | FF | D2 | E | 0 | 12 | 0 | 6B | 64 | 5B |
| Octal | 334 | 377 | 322 | 16 | 0 | 22 | 0 | 153 | 144 | 133 |
| Binary | 11011100 | 11111111 | 11010010 | 1110 | 0 | 10010 | 0 | 1101011 | 1100100 | 1011011 |
Color Harmonies of #DCFFD2
Complementary color
Monochromatic Colors of #DCFFD2
Black with #DCFFD2
Text Example
Text Example
White with #DCFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFD2; }
p { color: rgb(220,255,210); }
H1.HeaderClassName
{
color: #DCFFD2;
}
.AnyTagClassName
{
color: #DCFFD2;
}
</style>
background-color css
<style>
a { background-color: #DCFFD2; }
a { background-color: rgb(220,255,210); }
div.DivClassName
{
background-color: #DCFFD2;
}
.BgClassName
{
background-color: #DCFFD2;
}
</style>
border-color css
<style>
span { border-color: #DCFFD2; }
span { border-color: rgb(220,255,210); }
td.TdClassName
{
border-color: #DCFFD2;
}
.TagClassName
{
border-color: #DCFFD2;
}
</style>