Html Css Color HEX #D6DFBE Gin

📋 copy color: '#D6DFBE'

red 214 ◦ green 223 ◦ blue 190

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

Shades of Gin #D6DFBE

Tints of Gin #D6DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

 BLUE value IS 190 (74.61% from 255) = 30.3%

R = 34.13%
G = 35.57%
B = 30.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D6DFBE (or 0xD6DFBE) is known color: Gin. HEX triplet: D6, DF and BE. RGB value is (214,223,190). Sum of RGB (Red+Green+Blue) = 214+223+190=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFBE is #292041. Grayscale: #D8D8D8. Windows color (decimal): -2695234 or 12509142. OLE color: 12509142.

HSL color Cylindrical-coordinate representation of color #D6DFBE: hue angle of 76.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DFBE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 190 -
CMYK 0.04 0 0.15 0.13
HSL 76.36º 0.34% 0.81% -
HSV(B) 76.36º 0.15% 0.87% -
XYZ 63.41 70.79 59.04 -
YUV 216.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 214 223 190 0.04 0 0.15 0.13 76.36 0.34 0.81
Hex D6 DF BE 4 0 F D 4C 22 51
Octal 326 337 276 4 0 17 15 114 42 121
Binary 11010110 11011111 10111110 100 0 1111 1101 1001100 100010 1010001

Color Harmonies of #D6DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFBE

Black with #D6DFBE

Text Example


Text Example

White with #D6DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFBE; }

 p { color: rgb(214,223,190); }

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

background-color css

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

 a { background-color: rgb(214,223,190); }

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

border-color css

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

 span { border-color: rgb(214,223,190); }

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