#DADE90

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

Shades of Primrose #DADE90

Tints of Primrose #DADE90

Color information

#DADE90 (or 0xDADE90) is unknown color: approx Primrose. HEX triplet: DA, DE and 90. RGB value is (218,222,144). Sum of RGB (Red+Green+Blue) = 218+222+144=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE90 is #25216F. Grayscale: #D4D4D4. Windows color (decimal): -2433392 or 9494234. OLE color: 9494234.

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

Color convert

RGB218222144-
CMYK0.0200.350.13
HSL63.08º54.17%71.76%-
HSV(B)63.08º35.14%87.06%-
XYZ60.0769.1636.57-
YUV211.9189.67132.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=37.33%
G=38.01%
B=24.66%

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
Decimal2182221440.0200.350.1363.0854.1771.76
HexDADE902023D3f3648
Octal3323362202043157766110
Binary11011010110111101001000010010001111011111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE90; }

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

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

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

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

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

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

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

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