#DEE383

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

Shades of Primrose #DEE383

Tints of Primrose #DEE383

Color information

#DEE383 (or 0xDEE383) is unknown color: approx Primrose. HEX triplet: DE, E3 and 83. RGB value is (222,227,131). Sum of RGB (Red+Green+Blue) = 222+227+131=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE383 is #211C7C. Grayscale: #D6D6D6. Windows color (decimal): -2169981 or 8643550. OLE color: 8643550.

HSL color Cylindrical-coordinate representation of color #DEE383: hue angle of 63.12º 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 #DEE383 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB222227131-
CMYK0.0200.420.11
HSL63.12º63.16%70.2%-
HSV(B)63.12º42.29%89.02%-
XYZ61.6972.1132.14-
YUV214.5680.84133.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 131 (51.56% from 255) = 22.59%
R=38.28%
G=39.14%
B=22.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271310.0200.420.1163.1263.1670.2
HexDEE383202AB3f3f46
Octal3363432032052137777106
Binary11011110111000111000001110010101010111111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE383; }

 p { color: rgb(222,227,131); }

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

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

 a { background-color: rgb(222,227,131); }

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

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

 span { border-color: rgb(222,227,131); }

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