Html Css Color HEX #DDE686 Primrose

📋 copy color: '#DDE686'

red 221 ◦ green 230 ◦ blue 134

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

Shades of Primrose #DDE686

Tints of Primrose #DDE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.32%

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

R = 37.78%
G = 39.32%
B = 22.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DDE686 (or 0xDDE686) is known color: Primrose. HEX triplet: DD, E6 and 86. RGB value is (221,230,134). Sum of RGB (Red+Green+Blue) = 221+230+134=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE686 is #221979. Grayscale: #D8D8D8. Windows color (decimal): -2234746 or 8840925. OLE color: 8840925.

HSL color Cylindrical-coordinate representation of color #DDE686: hue angle of 65.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE686 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 134 -
CMYK 0.04 0 0.42 0.10
HSL 65.63º 0.66% 0.71% -
HSV(B) 65.63º 0.42% 0.9% -
XYZ 62.42 73.69 33.49 -
YUV 216.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 221 230 134 0.04 0 0.42 0.10 65.63 0.66 0.71
Hex DD E6 86 4 0 2A A 42 42 47
Octal 335 346 206 4 0 52 12 102 102 107
Binary 11011101 11100110 10000110 100 0 101010 1010 1000010 1000010 1000111

Color Harmonies of #DDE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE686

Black with #DDE686

Text Example


Text Example

White with #DDE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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