Shades of Blue Romance #DCFDD5
Tints of Blue Romance #DCFDD5
RGB
CMYK
RGB Variations
Color information
#DCFDD5 (or 0xDCFDD5) is known color: Blue Romance. HEX triplet: DC, FD and D5. RGB value is (220,253,213). Sum of RGB (Red+Green+Blue) = 220+253+213=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDD5 is #23022A. Grayscale: #EEEEEE. Windows color (decimal): -2294315 or 14024156. OLE color: 14024156.
HSL color Cylindrical-coordinate representation of color #DCFDD5: hue angle of 109.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFDD5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 213 | - |
CMYK | 0.13 | 0 | 0.16 | 0.01 |
HSL | 109.5º | 0.91% | 0.91% | - |
HSV(B) | 109.5º | 0.16% | 0.99% | - |
XYZ | 76.65 | 90.27 | 76.33 | - |
YUV | 238.57 | 113.57 | 114.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 213 | 0.13 | 0 | 0.16 | 0.01 | 109.5 | 0.91 | 0.91 |
Hex | DC | FD | D5 | D | 0 | 10 | 1 | 6E | 5B | 5B |
Octal | 334 | 375 | 325 | 15 | 0 | 20 | 1 | 156 | 133 | 133 |
Binary | 11011100 | 11111101 | 11010101 | 1101 | 0 | 10000 | 1 | 1101110 | 1011011 | 1011011 |
Color Harmonies of #DCFDD5
Complementary color
Monochromatic Colors of #DCFDD5
Black with #DCFDD5
Text Example
Text Example
White with #DCFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDD5; }
p { color: rgb(220,253,213); }
H1.HeaderClassName
{
color: #DCFDD5;
}
.AnyTagClassName
{
color: #DCFDD5;
}
</style>
background-color css
<style>
a { background-color: #DCFDD5; }
a { background-color: rgb(220,253,213); }
div.DivClassName
{
background-color: #DCFDD5;
}
.BgClassName
{
background-color: #DCFDD5;
}
</style>
border-color css
<style>
span { border-color: #DCFDD5; }
span { border-color: rgb(220,253,213); }
td.TdClassName
{
border-color: #DCFDD5;
}
.TagClassName
{
border-color: #DCFDD5;
}
</style>