Html Css Color HEX #DADE8D Primrose

📋 copy color: '#DADE8D'

red 218 ◦ green 222 ◦ blue 141

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

Shades of Primrose #DADE8D

Tints of Primrose #DADE8D

RGB

 RED value IS 218 (85.55% from 255) = 37.52%

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 37.52%
G = 38.21%
B = 24.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DADE8D (or 0xDADE8D) is known color: Primrose. HEX triplet: DA, DE and 8D. RGB value is (218,222,141). Sum of RGB (Red+Green+Blue) = 218+222+141=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE8D is #252172. Grayscale: #D3D3D3. Windows color (decimal): -2433395 or 9297626. OLE color: 9297626.

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

Color convert

RGB 218 222 141 -
CMYK 0.02 0 0.36 0.13
HSL 62.96º 0.55% 0.71% -
HSV(B) 62.96º 0.36% 0.87% -
XYZ 59.84 69.07 35.38 -
YUV 211.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 218 222 141 0.02 0 0.36 0.13 62.96 0.55 0.71
Hex DA DE 8D 2 0 24 D 3F 37 47
Octal 332 336 215 2 0 44 15 77 67 107
Binary 11011010 11011110 10001101 10 0 100100 1101 111111 110111 1000111

Color Harmonies of #DADE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE8D

Black with #DADE8D

Text Example


Text Example

White with #DADE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE8D; }

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

 H1.HeaderClassName
 {
   color: #DADE8D;
 }
 .AnyTagClassName
 {
   color: #DADE8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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