#DDE48D

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

Shades of Primrose #DDE48D

Tints of Primrose #DDE48D

Color information

#DDE48D (or 0xDDE48D) is unknown color: approx Primrose. HEX triplet: DD, E4 and 8D. RGB value is (221,228,141). Sum of RGB (Red+Green+Blue) = 221+228+141=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE48D is #221B72. Grayscale: #D8D8D8. Windows color (decimal): -2235251 or 9299165. OLE color: 9299165.

HSL color Cylindrical-coordinate representation of color #DDE48D: hue angle of 64.83º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDE48D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB221228141-
CMYK0.0300.380.11
HSL64.83º61.7%72.35%-
HSV(B)64.83º38.16%89.41%-
XYZ62.3772.7835.96-
YUV215.9985.68131.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 228 (89.45% from 255) = 38.64%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=37.46%
G=38.64%
B=23.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281410.0300.380.1164.8361.772.35
HexDDE48D3026B413e48
Octal33534421530461310176110
Binary110111011110010010001101110100110101110000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE48D; }

 p { color: rgb(221,228,141); }

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

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

 a { background-color: rgb(221,228,141); }

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

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

 span { border-color: rgb(221,228,141); }

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