Html Css Color HEX #DDE186 Primrose

📋 copy color: '#DDE186'

red 221 ◦ green 225 ◦ blue 134

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

Shades of Primrose #DDE186

Tints of Primrose #DDE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.79%

 BLUE value IS 134 (52.73% from 255) = 23.1%

R = 38.1%
G = 38.79%
B = 23.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#DDE186 (or 0xDDE186) is known color: Primrose. HEX triplet: DD, E1 and 86. RGB value is (221,225,134). Sum of RGB (Red+Green+Blue) = 221+225+134=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE186 is #221E79. Grayscale: #D5D5D5. Windows color (decimal): -2236026 or 8839645. OLE color: 8839645.

HSL color Cylindrical-coordinate representation of color #DDE186: hue angle of 62.64º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE186 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 134 -
CMYK 0.02 0 0.40 0.12
HSL 62.64º 0.6% 0.7% -
HSV(B) 62.64º 0.4% 0.88% -
XYZ 61.05 70.94 33.03 -
YUV 213.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 221 225 134 0.02 0 0.40 0.12 62.64 0.6 0.7
Hex DD E1 86 2 0 28 C 3F 3C 46
Octal 335 341 206 2 0 50 14 77 74 106
Binary 11011101 11100001 10000110 10 0 101000 1100 111111 111100 1000110

Color Harmonies of #DDE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE186

Black with #DDE186

Text Example


Text Example

White with #DDE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE186; }

 p { color: rgb(221,225,134); }

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

background-color css

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

 a { background-color: rgb(221,225,134); }

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

border-color css

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

 span { border-color: rgb(221,225,134); }

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