#DDE384

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

Shades of Primrose #DDE384

Tints of Primrose #DDE384

Color information

#DDE384 (or 0xDDE384) is unknown color: approx Primrose. HEX triplet: DD, E3 and 84. RGB value is (221,227,132). Sum of RGB (Red+Green+Blue) = 221+227+132=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE384 is #221C7B. Grayscale: #D6D6D6. Windows color (decimal): -2235516 or 8709085. OLE color: 8709085.

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

Color convert

RGB221227132-
CMYK0.0300.420.11
HSL63.79º62.91%70.39%-
HSV(B)63.79º41.85%89.02%-
XYZ61.4571.9832.48-
YUV214.3881.51132.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 132 (51.95% from 255) = 22.76%
R=38.10%
G=39.14%
B=22.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271320.0300.420.1163.7962.9170.39
HexDDE384302AB403f46
Octal33534320430521310077106
Binary110111011110001110000100110101010101110000001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE384; }

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

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

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

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

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

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

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

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