Html Css Color HEX #D6E08E Primrose

📋 copy color: '#D6E08E'

red 214 ◦ green 224 ◦ blue 142

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

Shades of Primrose #D6E08E

Tints of Primrose #D6E08E

RGB

 RED value IS 214 (83.98% from 255) = 36.9%

 GREEN value IS 224 (87.89% from 255) = 38.62%

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

R = 36.9%
G = 38.62%
B = 24.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#D6E08E (or 0xD6E08E) is known color: Primrose. HEX triplet: D6, E0 and 8E. RGB value is (214,224,142). Sum of RGB (Red+Green+Blue) = 214+224+142=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E08E is #291F71. Grayscale: #D3D3D3. Windows color (decimal): -2695026 or 9363670. OLE color: 9363670.

HSL color Cylindrical-coordinate representation of color #D6E08E: hue angle of 67.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6E08E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 142 -
CMYK 0.04 0 0.37 0.12
HSL 67.32º 0.57% 0.72% -
HSV(B) 67.32º 0.37% 0.88% -
XYZ 59.27 69.56 35.89 -
YUV 211.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 214 224 142 0.04 0 0.37 0.12 67.32 0.57 0.72
Hex D6 E0 8E 4 0 25 C 43 39 48
Octal 326 340 216 4 0 45 14 103 71 110
Binary 11010110 11100000 10001110 100 0 100101 1100 1000011 111001 1001000

Color Harmonies of #D6E08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E08E

Black with #D6E08E

Text Example


Text Example

White with #D6E08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E08E; }

 p { color: rgb(214,224,142); }

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

background-color css

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

 a { background-color: rgb(214,224,142); }

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

border-color css

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

 span { border-color: rgb(214,224,142); }

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