#DADE91

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

Shades of Primrose #DADE91

Tints of Primrose #DADE91

Color information

#DADE91 (or 0xDADE91) is unknown color: approx Primrose. HEX triplet: DA, DE and 91. RGB value is (218,222,145). Sum of RGB (Red+Green+Blue) = 218+222+145=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE91 is #25216E. Grayscale: #D4D4D4. Windows color (decimal): -2433391 or 9559770. OLE color: 9559770.

HSL color Cylindrical-coordinate representation of color #DADE91: hue angle of 63.12º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DADE91 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB218222145-
CMYK0.0200.350.13
HSL63.12º53.85%71.96%-
HSV(B)63.12º34.68%87.06%-
XYZ60.1569.1936.97-
YUV212.0390.17132.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=37.26%
G=37.95%
B=24.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221450.0200.350.1363.1253.8571.96
HexDADE912023D3f3648
Octal3323362212043157766110
Binary11011010110111101001000110010001111011111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE91; }

 p { color: rgb(218,222,145); }

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

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

 a { background-color: rgb(218,222,145); }

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

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

 span { border-color: rgb(218,222,145); }

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