Html Css Color HEX #DDE394 Primrose

📋 copy color: '#DDE394'

red 221 ◦ green 227 ◦ blue 148

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

Shades of Primrose #DDE394

Tints of Primrose #DDE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.09%

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

R = 37.08%
G = 38.09%
B = 24.83%

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

#DDE394 (or 0xDDE394) is known color: Primrose. HEX triplet: DD, E3 and 94. RGB value is (221,227,148). Sum of RGB (Red+Green+Blue) = 221+227+148=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE394 is #221C6B. Grayscale: #D8D8D8. Windows color (decimal): -2235500 or 9757661. OLE color: 9757661.

HSL color Cylindrical-coordinate representation of color #DDE394: hue angle of 64.56º degrees, saturation: 0.59, 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 #DDE394 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 148 -
CMYK 0.03 0 0.35 0.11
HSL 64.56º 0.59% 0.74% -
HSV(B) 64.56º 0.35% 0.89% -
XYZ 62.63 72.45 38.7 -
YUV 216.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 221 227 148 0.03 0 0.35 0.11 64.56 0.59 0.74
Hex DD E3 94 3 0 23 B 41 3B 4A
Octal 335 343 224 3 0 43 13 101 73 112
Binary 11011101 11100011 10010100 11 0 100011 1011 1000001 111011 1001010

Color Harmonies of #DDE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE394

Black with #DDE394

Text Example


Text Example

White with #DDE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE394; }

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

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

background-color css

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

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

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

border-color css

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

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

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