#DDE298

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

Shades of Primrose #DDE298

Tints of Primrose #DDE298

Color information

#DDE298 (or 0xDDE298) is unknown color: approx Primrose. HEX triplet: DD, E2 and 98. RGB value is (221,226,152). Sum of RGB (Red+Green+Blue) = 221+226+152=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE298 is #221D67. Grayscale: #D8D8D8. Windows color (decimal): -2235752 or 10019549. OLE color: 10019549.

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

Color convert

RGB221226152-
CMYK0.0200.330.11
HSL64.05º56.06%74.12%-
HSV(B)64.05º32.74%88.63%-
XYZ62.6872.0340.31-
YUV216.0791.84131.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 226 (88.67% from 255) = 37.73%
BLUE value IS 152 (59.77% from 255) = 25.38%
R=36.89%
G=37.73%
B=25.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261520.0200.330.1164.0556.0674.12
HexDDE2982021B40384a
Octal33534223020411310070112
Binary110111011110001010011000100100001101110000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE298; }

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

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

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

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

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

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

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

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