Shades of Primrose #DCE696
Tints of Primrose #DCE696
RGB
CMYK
RGB Variations
Color information
#DCE696 (or 0xDCE696) is known color: Primrose. HEX triplet: DC, E6 and 96. RGB value is (220,230,150). Sum of RGB (Red+Green+Blue) = 220+230+150=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE696 is #231969. Grayscale: #DADADA. Windows color (decimal): -2300266 or 9889500. OLE color: 9889500.
HSL color Cylindrical-coordinate representation of color #DCE696: hue angle of 67.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE696 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 150 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.10 |
| HSL | 67.5º | 0.62% | 0.75% | - |
| HSV(B) | 67.5º | 0.35% | 0.9% | - |
| XYZ | 63.32 | 74.01 | 39.8 | - |
| YUV | 217.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 150 | 0.04 | 0 | 0.35 | 0.10 | 67.5 | 0.62 | 0.75 |
| Hex | DC | E6 | 96 | 4 | 0 | 23 | A | 44 | 3E | 4B |
| Octal | 334 | 346 | 226 | 4 | 0 | 43 | 12 | 104 | 76 | 113 |
| Binary | 11011100 | 11100110 | 10010110 | 100 | 0 | 100011 | 1010 | 1000100 | 111110 | 1001011 |
Color Harmonies of #DCE696
Complementary color
Monochromatic Colors of #DCE696
Black with #DCE696
Text Example
Text Example
White with #DCE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE696; }
p { color: rgb(220,230,150); }
H1.HeaderClassName
{
color: #DCE696;
}
.AnyTagClassName
{
color: #DCE696;
}
</style>
background-color css
<style>
a { background-color: #DCE696; }
a { background-color: rgb(220,230,150); }
div.DivClassName
{
background-color: #DCE696;
}
.BgClassName
{
background-color: #DCE696;
}
</style>
border-color css
<style>
span { border-color: #DCE696; }
span { border-color: rgb(220,230,150); }
td.TdClassName
{
border-color: #DCE696;
}
.TagClassName
{
border-color: #DCE696;
}
</style>