#DADE9D

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

Shades of Primrose #DADE9D

Tints of Primrose #DADE9D

Color information

#DADE9D (or 0xDADE9D) is unknown color: approx Primrose. HEX triplet: DA, DE and 9D. RGB value is (218,222,157). Sum of RGB (Red+Green+Blue) = 218+222+157=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE9D is #252162. Grayscale: #D5D5D5. Windows color (decimal): -2433379 or 10346202. OLE color: 10346202.

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

Color convert

RGB218222157-
CMYK0.0200.290.13
HSL63.69º49.62%74.31%-
HSV(B)63.69º29.28%87.06%-
XYZ61.1269.5842.11-
YUV213.3996.17131.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 157 (61.72% from 255) = 26.30%
R=36.52%
G=37.19%
B=26.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221570.0200.290.1363.6949.6274.31
HexDADE9D201DD40324a
Octal33233623520351510062112
Binary11011010110111101001110110011101110110000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE9D; }

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

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

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

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

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

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

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

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