#DDE396

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

Shades of Primrose #DDE396

Tints of Primrose #DDE396

Color information

#DDE396 (or 0xDDE396) is unknown color: approx Primrose. HEX triplet: DD, E3 and 96. RGB value is (221,227,150). Sum of RGB (Red+Green+Blue) = 221+227+150=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE396 is #221C69. Grayscale: #D8D8D8. Windows color (decimal): -2235498 or 9888733. OLE color: 9888733.

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

Color convert

RGB221227150-
CMYK0.0300.340.11
HSL64.68º57.89%73.92%-
HSV(B)64.68º33.92%89.02%-
XYZ62.7972.5139.54-
YUV216.4390.51131.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=36.96%
G=37.96%
B=25.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271500.0300.340.1164.6857.8973.92
HexDDE3963022B413a4a
Octal33534322630421310172112
Binary110111011110001110010110110100010101110000011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE396; }

 p { color: rgb(221,227,150); }

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

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

 a { background-color: rgb(221,227,150); }

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

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

 span { border-color: rgb(221,227,150); }

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