Html Css Color HEX #DADE8A Primrose

📋 copy color: '#DADE8A'

red 218 ◦ green 222 ◦ blue 138

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

Shades of Primrose #DADE8A

Tints of Primrose #DADE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.88%

R = 37.72%
G = 38.41%
B = 23.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DADE8A (or 0xDADE8A) is known color: Primrose. HEX triplet: DA, DE and 8A. RGB value is (218,222,138). Sum of RGB (Red+Green+Blue) = 218+222+138=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE8A is #252175. Grayscale: #D3D3D3. Windows color (decimal): -2433398 or 9101018. OLE color: 9101018.

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

Color convert

RGB 218 222 138 -
CMYK 0.02 0 0.38 0.13
HSL 62.86º 0.56% 0.71% -
HSV(B) 62.86º 0.38% 0.87% -
XYZ 59.62 68.98 34.22 -
YUV 211.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 218 222 138 0.02 0 0.38 0.13 62.86 0.56 0.71
Hex DA DE 8A 2 0 26 D 3F 38 47
Octal 332 336 212 2 0 46 15 77 70 107
Binary 11011010 11011110 10001010 10 0 100110 1101 111111 111000 1000111

Color Harmonies of #DADE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE8A

Black with #DADE8A

Text Example


Text Example

White with #DADE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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