Html Css Color HEX #DADE9D Primrose

📋 copy color: '#DADE9D'

red 218 ◦ green 222 ◦ blue 157

#DADE9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DADE9D

Tints of Primrose #DADE9D

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.3%

R = 36.52%
G = 37.19%
B = 26.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DADE9D (or 0xDADE9D) is known color: 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

RGB 218 222 157 -
CMYK 0.02 0 0.29 0.13
HSL 63.69º 0.5% 0.74% -
HSV(B) 63.69º 0.29% 0.87% -
XYZ 61.12 69.58 42.11 -
YUV 213.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 218 222 157 0.02 0 0.29 0.13 63.69 0.5 0.74
Hex DA DE 9D 2 0 1D D 40 32 4A
Octal 332 336 235 2 0 35 15 100 62 112
Binary 11011010 11011110 10011101 10 0 11101 1101 1000000 110010 1001010

Color Harmonies of #DADE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE9D

Black with #DADE9D

Text Example


Text Example

White with #DADE9D

Text Example


Text Example

HTML Codes & Css Web 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>