Html Css Color HEX #D6DEBF Gin

📋 copy color: '#D6DEBF'

red 214 ◦ green 222 ◦ blue 191

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

Shades of Gin #D6DEBF

Tints of Gin #D6DEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.46%

R = 34.13%
G = 35.41%
B = 30.46%

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

#D6DEBF (or 0xD6DEBF) is known color: Gin. HEX triplet: D6, DE and BF. RGB value is (214,222,191). Sum of RGB (Red+Green+Blue) = 214+222+191=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEBF is #292140. Grayscale: #D8D8D8. Windows color (decimal): -2695489 or 12574422. OLE color: 12574422.

HSL color Cylindrical-coordinate representation of color #D6DEBF: hue angle of 75.48º degrees, saturation: 0.32, 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 #D6DEBF is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 191 -
CMYK 0.04 0 0.14 0.13
HSL 75.48º 0.32% 0.81% -
HSV(B) 75.48º 0.14% 0.87% -
XYZ 63.26 70.3 59.53 -
YUV 216.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 214 222 191 0.04 0 0.14 0.13 75.48 0.32 0.81
Hex D6 DE BF 4 0 E D 4B 20 51
Octal 326 336 277 4 0 16 15 113 40 121
Binary 11010110 11011110 10111111 100 0 1110 1101 1001011 100000 1010001

Color Harmonies of #D6DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEBF

Black with #D6DEBF

Text Example


Text Example

White with #D6DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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