Html Css Color HEX #DADE8E Primrose

📋 copy color: '#DADE8E'

red 218 ◦ green 222 ◦ blue 142

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

Shades of Primrose #DADE8E

Tints of Primrose #DADE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 37.46%
G = 38.14%
B = 24.4%

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

#DADE8E (or 0xDADE8E) is known color: Primrose. HEX triplet: DA, DE and 8E. RGB value is (218,222,142). Sum of RGB (Red+Green+Blue) = 218+222+142=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE8E is #252171. Grayscale: #D4D4D4. Windows color (decimal): -2433394 or 9363162. OLE color: 9363162.

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

Color convert

RGB 218 222 142 -
CMYK 0.02 0 0.36 0.13
HSL 63º 0.55% 0.71% -
HSV(B) 63º 0.36% 0.87% -
XYZ 59.92 69.1 35.77 -
YUV 211.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 218 222 142 0.02 0 0.36 0.13 63 0.55 0.71
Hex DA DE 8E 2 0 24 D 3F 37 47
Octal 332 336 216 2 0 44 15 77 67 107
Binary 11011010 11011110 10001110 10 0 100100 1101 111111 110111 1000111

Color Harmonies of #DADE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE8E

Black with #DADE8E

Text Example


Text Example

White with #DADE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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