Html Css Color HEX #DAE294 Primrose

📋 copy color: '#DAE294'

red 218 ◦ green 226 ◦ blue 148

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

Shades of Primrose #DAE294

Tints of Primrose #DAE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.18%

 BLUE value IS 148 (58.2% from 255) = 25%

R = 36.82%
G = 38.18%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DAE294 (or 0xDAE294) is known color: Primrose. HEX triplet: DA, E2 and 94. RGB value is (218,226,148). Sum of RGB (Red+Green+Blue) = 218+226+148=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE294 is #251D6B. Grayscale: #D7D7D7. Windows color (decimal): -2432364 or 9757402. OLE color: 9757402.

HSL color Cylindrical-coordinate representation of color #DAE294: hue angle of 66.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE294 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 148 -
CMYK 0.04 0 0.35 0.11
HSL 66.15º 0.57% 0.73% -
HSV(B) 66.15º 0.35% 0.89% -
XYZ 61.46 71.44 38.57 -
YUV 214.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 218 226 148 0.04 0 0.35 0.11 66.15 0.57 0.73
Hex DA E2 94 4 0 23 B 42 39 49
Octal 332 342 224 4 0 43 13 102 71 111
Binary 11011010 11100010 10010100 100 0 100011 1011 1000010 111001 1001001

Color Harmonies of #DAE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE294

Black with #DAE294

Text Example


Text Example

White with #DAE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE294; }

 p { color: rgb(218,226,148); }

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

background-color css

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

 a { background-color: rgb(218,226,148); }

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

border-color css

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

 span { border-color: rgb(218,226,148); }

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