#DDE292

Color #DDE292 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DDE292

Tints of Primrose #DDE292

Color information

#DDE292 (or 0xDDE292) is unknown color: approx Primrose. HEX triplet: DD, E2 and 92. RGB value is (221,226,146). Sum of RGB (Red+Green+Blue) = 221+226+146=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE292 is #221D6D. Grayscale: #D7D7D7. Windows color (decimal): -2235758 or 9626333. OLE color: 9626333.

HSL color Cylindrical-coordinate representation of color #DDE292: hue angle of 63.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDE292 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB221226146-
CMYK0.0200.350.11
HSL63.75º57.97%72.94%-
HSV(B)63.75º35.4%88.63%-
XYZ62.271.8437.78-
YUV215.3888.84132-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 226 (88.67% from 255) = 38.11%
BLUE value IS 146 (57.42% from 255) = 24.62%
R=37.27%
G=38.11%
B=24.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261460.0200.350.1163.7557.9772.94
HexDDE2922023B403a49
Octal33534222220431310072111
Binary110111011110001010010010100100011101110000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE292; }

 p { color: rgb(221,226,146); }

 H1.HeaderClassName
 {
   color: #DDE292;
 }
 .AnyTagClassName
 {
   color: #DDE292;
 }
</style>
background-color css

<style>
 a { background-color: #DDE292; }

 a { background-color: rgb(221,226,146); }

 div.DivClassName
 {
   background-color: #DDE292;
 }
 .BgClassName
 {
   background-color: #DDE292;
 }
</style>
border-color css

<style>
 span { border-color: #DDE292; }

 span { border-color: rgb(221,226,146); }

 td.TdClassName
 {
   border-color: #DDE292;
 }
 .TagClassName
 {
   border-color: #DDE292;
 }
</style>