Html Css Color HEX #D8DD8E Primrose

📋 copy color: '#D8DD8E'

red 216 ◦ green 221 ◦ blue 142

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

Shades of Primrose #D8DD8E

Tints of Primrose #D8DD8E

RGB

 RED value IS 216 (84.77% from 255) = 37.31%

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 142 (55.86% from 255) = 24.53%

R = 37.31%
G = 38.17%
B = 24.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#D8DD8E (or 0xD8DD8E) is known color: Primrose. HEX triplet: D8, DD and 8E. RGB value is (216,221,142). Sum of RGB (Red+Green+Blue) = 216+221+142=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD8E is #272271. Grayscale: #D2D2D2. Windows color (decimal): -2564722 or 9362904. OLE color: 9362904.

HSL color Cylindrical-coordinate representation of color #D8DD8E: hue angle of 63.8º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8DD8E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 142 -
CMYK 0.02 0 0.36 0.13
HSL 63.8º 0.54% 0.71% -
HSV(B) 63.8º 0.36% 0.87% -
XYZ 59.06 68.26 35.65 -
YUV 210.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 216 221 142 0.02 0 0.36 0.13 63.8 0.54 0.71
Hex D8 DD 8E 2 0 24 D 40 36 47
Octal 330 335 216 2 0 44 15 100 66 107
Binary 11011000 11011101 10001110 10 0 100100 1101 1000000 110110 1000111

Color Harmonies of #D8DD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD8E

Black with #D8DD8E

Text Example


Text Example

White with #D8DD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD8E; }

 p { color: rgb(216,221,142); }

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

background-color css

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

 a { background-color: rgb(216,221,142); }

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

border-color css

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

 span { border-color: rgb(216,221,142); }

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