Html Css Color HEX #DDE494 Primrose

📋 copy color: '#DDE494'

red 221 ◦ green 228 ◦ blue 148

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

Shades of Primrose #DDE494

Tints of Primrose #DDE494

RGB

 RED value IS 221 (86.72% from 255) = 37.02%

 GREEN value IS 228 (89.45% from 255) = 38.19%

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

R = 37.02%
G = 38.19%
B = 24.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DDE494 (or 0xDDE494) is known color: Primrose. HEX triplet: DD, E4 and 94. RGB value is (221,228,148). Sum of RGB (Red+Green+Blue) = 221+228+148=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE494 is #221B6B. Grayscale: #D9D9D9. Windows color (decimal): -2235244 or 9757917. OLE color: 9757917.

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

Color convert

RGB 221 228 148 -
CMYK 0.03 0 0.35 0.11
HSL 65.25º 0.6% 0.74% -
HSV(B) 65.25º 0.35% 0.89% -
XYZ 62.91 73 38.79 -
YUV 216.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 221 228 148 0.03 0 0.35 0.11 65.25 0.6 0.74
Hex DD E4 94 3 0 23 B 41 3C 4A
Octal 335 344 224 3 0 43 13 101 74 112
Binary 11011101 11100100 10010100 11 0 100011 1011 1000001 111100 1001010

Color Harmonies of #DDE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE494

Black with #DDE494

Text Example


Text Example

White with #DDE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE494; }

 p { color: rgb(221,228,148); }

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

background-color css

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

 a { background-color: rgb(221,228,148); }

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

border-color css

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

 span { border-color: rgb(221,228,148); }

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