Shades of Primrose #DEE69A
Tints of Primrose #DEE69A
RGB
CMYK
RGB Variations
Color information
#DEE69A (or 0xDEE69A) is known color: Primrose. HEX triplet: DE, E6 and 9A. RGB value is (222,230,154). Sum of RGB (Red+Green+Blue) = 222+230+154=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE69A is #211965. Grayscale: #DBDBDB. Windows color (decimal): -2169190 or 10151646. OLE color: 10151646.
HSL color Cylindrical-coordinate representation of color #DEE69A: hue angle of 66.32º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE69A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 154 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.10 |
| HSL | 66.32º | 0.6% | 0.75% | - |
| HSV(B) | 66.32º | 0.33% | 0.9% | - |
| XYZ | 64.25 | 74.46 | 41.56 | - |
| YUV | 218.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 154 | 0.03 | 0 | 0.33 | 0.10 | 66.32 | 0.6 | 0.75 |
| Hex | DE | E6 | 9A | 3 | 0 | 21 | A | 42 | 3C | 4B |
| Octal | 336 | 346 | 232 | 3 | 0 | 41 | 12 | 102 | 74 | 113 |
| Binary | 11011110 | 11100110 | 10011010 | 11 | 0 | 100001 | 1010 | 1000010 | 111100 | 1001011 |
Color Harmonies of #DEE69A
Complementary color
Monochromatic Colors of #DEE69A
Black with #DEE69A
Text Example
Text Example
White with #DEE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE69A; }
p { color: rgb(222,230,154); }
H1.HeaderClassName
{
color: #DEE69A;
}
.AnyTagClassName
{
color: #DEE69A;
}
</style>
background-color css
<style>
a { background-color: #DEE69A; }
a { background-color: rgb(222,230,154); }
div.DivClassName
{
background-color: #DEE69A;
}
.BgClassName
{
background-color: #DEE69A;
}
</style>
border-color css
<style>
span { border-color: #DEE69A; }
span { border-color: rgb(222,230,154); }
td.TdClassName
{
border-color: #DEE69A;
}
.TagClassName
{
border-color: #DEE69A;
}
</style>