Html Css Color HEX #D6DEBC Gin

📋 copy color: '#D6DEBC'

red 214 ◦ green 222 ◦ blue 188

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

Shades of Gin #D6DEBC

Tints of Gin #D6DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.13%

R = 34.29%
G = 35.58%
B = 30.13%

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

#D6DEBC (or 0xD6DEBC) is known color: Gin. HEX triplet: D6, DE and BC. RGB value is (214,222,188). Sum of RGB (Red+Green+Blue) = 214+222+188=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEBC is #292143. Grayscale: #D7D7D7. Windows color (decimal): -2695492 or 12377814. OLE color: 12377814.

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

Color convert

RGB 214 222 188 -
CMYK 0.04 0 0.15 0.13
HSL 74.12º 0.34% 0.8% -
HSV(B) 74.12º 0.15% 0.87% -
XYZ 62.93 70.17 57.8 -
YUV 215.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 214 222 188 0.04 0 0.15 0.13 74.12 0.34 0.8
Hex D6 DE BC 4 0 F D 4A 22 50
Octal 326 336 274 4 0 17 15 112 42 120
Binary 11010110 11011110 10111100 100 0 1111 1101 1001010 100010 1010000

Color Harmonies of #D6DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEBC

Black with #D6DEBC

Text Example


Text Example

White with #D6DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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