#DDE287

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

Shades of Primrose #DDE287

Tints of Primrose #DDE287

Color information

#DDE287 (or 0xDDE287) is unknown color: approx Primrose. HEX triplet: DD, E2 and 87. RGB value is (221,226,135). Sum of RGB (Red+Green+Blue) = 221+226+135=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE287 is #221D78. Grayscale: #D6D6D6. Windows color (decimal): -2235769 or 8905437. OLE color: 8905437.

HSL color Cylindrical-coordinate representation of color #DDE287: hue angle of 63.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE287 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB221226135-
CMYK0.0200.400.11
HSL63.3º61.07%70.78%-
HSV(B)63.3º40.27%88.63%-
XYZ61.3971.5133.49-
YUV214.1383.34132.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 135 (53.12% from 255) = 23.20%
R=37.97%
G=38.83%
B=23.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261350.0200.400.1163.361.0770.78
HexDDE2872028B3f3d47
Octal3353422072050137775107
Binary11011101111000101000011110010100010111111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE287; }

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

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

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

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

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

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

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

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