Html Css Color HEX #D6DEBE Gin

📋 copy color: '#D6DEBE'

red 214 ◦ green 222 ◦ blue 190

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

Shades of Gin #D6DEBE

Tints of Gin #D6DEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.46%

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

R = 34.19%
G = 35.46%
B = 30.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D6DEBE (or 0xD6DEBE) is known color: Gin. HEX triplet: D6, DE and BE. RGB value is (214,222,190). Sum of RGB (Red+Green+Blue) = 214+222+190=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEBE is #292141. Grayscale: #D8D8D8. Windows color (decimal): -2695490 or 12508886. OLE color: 12508886.

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

Color convert

RGB 214 222 190 -
CMYK 0.04 0 0.14 0.13
HSL 75º 0.33% 0.81% -
HSV(B) 75º 0.14% 0.87% -
XYZ 63.15 70.26 58.95 -
YUV 215.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 214 222 190 0.04 0 0.14 0.13 75 0.33 0.81
Hex D6 DE BE 4 0 E D 4B 21 51
Octal 326 336 276 4 0 16 15 113 41 121
Binary 11010110 11011110 10111110 100 0 1110 1101 1001011 100001 1010001

Color Harmonies of #D6DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEBE

Black with #D6DEBE

Text Example


Text Example

White with #D6DEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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