Html Css Color HEX #D6E18F Primrose

📋 copy color: '#D6E18F'

red 214 ◦ green 225 ◦ blue 143

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

Shades of Primrose #D6E18F

Tints of Primrose #D6E18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.57%

R = 36.77%
G = 38.66%
B = 24.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#D6E18F (or 0xD6E18F) is known color: Primrose. HEX triplet: D6, E1 and 8F. RGB value is (214,225,143). Sum of RGB (Red+Green+Blue) = 214+225+143=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E18F is #291E70. Grayscale: #D4D4D4. Windows color (decimal): -2694769 or 9429462. OLE color: 9429462.

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

Color convert

RGB 214 225 143 -
CMYK 0.05 0 0.36 0.12
HSL 68.05º 0.58% 0.72% -
HSV(B) 68.05º 0.36% 0.88% -
XYZ 59.61 70.13 36.38 -
YUV 212.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 214 225 143 0.05 0 0.36 0.12 68.05 0.58 0.72
Hex D6 E1 8F 5 0 24 C 44 3A 48
Octal 326 341 217 5 0 44 14 104 72 110
Binary 11010110 11100001 10001111 101 0 100100 1100 1000100 111010 1001000

Color Harmonies of #D6E18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E18F

Black with #D6E18F

Text Example


Text Example

White with #D6E18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E18F; }

 p { color: rgb(214,225,143); }

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

background-color css

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

 a { background-color: rgb(214,225,143); }

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

border-color css

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

 span { border-color: rgb(214,225,143); }

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