Shades of Primrose #DCE690
Tints of Primrose #DCE690
RGB
CMYK
RGB Variations
Color information
#DCE690 (or 0xDCE690) is known color: Primrose. HEX triplet: DC, E6 and 90. RGB value is (220,230,144). Sum of RGB (Red+Green+Blue) = 220+230+144=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE690 is #23196F. Grayscale: #D9D9D9. Windows color (decimal): -2300272 or 9496284. OLE color: 9496284.
HSL color Cylindrical-coordinate representation of color #DCE690: hue angle of 66.98º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCE690 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 144 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.10 |
| HSL | 66.98º | 0.63% | 0.73% | - |
| HSV(B) | 66.98º | 0.37% | 0.9% | - |
| XYZ | 62.85 | 73.82 | 37.32 | - |
| YUV | 217.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 144 | 0.04 | 0 | 0.37 | 0.10 | 66.98 | 0.63 | 0.73 |
| Hex | DC | E6 | 90 | 4 | 0 | 25 | A | 43 | 3F | 49 |
| Octal | 334 | 346 | 220 | 4 | 0 | 45 | 12 | 103 | 77 | 111 |
| Binary | 11011100 | 11100110 | 10010000 | 100 | 0 | 100101 | 1010 | 1000011 | 111111 | 1001001 |
Color Harmonies of #DCE690
Complementary color
Monochromatic Colors of #DCE690
Black with #DCE690
Text Example
Text Example
White with #DCE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE690; }
p { color: rgb(220,230,144); }
H1.HeaderClassName
{
color: #DCE690;
}
.AnyTagClassName
{
color: #DCE690;
}
</style>
background-color css
<style>
a { background-color: #DCE690; }
a { background-color: rgb(220,230,144); }
div.DivClassName
{
background-color: #DCE690;
}
.BgClassName
{
background-color: #DCE690;
}
</style>
border-color css
<style>
span { border-color: #DCE690; }
span { border-color: rgb(220,230,144); }
td.TdClassName
{
border-color: #DCE690;
}
.TagClassName
{
border-color: #DCE690;
}
</style>