Html Css Color HEX #D6DDBF Gin

📋 copy color: '#D6DDBF'

red 214 ◦ green 221 ◦ blue 191

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

Shades of Gin #D6DDBF

Tints of Gin #D6DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.3%

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

R = 34.19%
G = 35.3%
B = 30.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D6DDBF (or 0xD6DDBF) is known color: Gin. HEX triplet: D6, DD and BF. RGB value is (214,221,191). Sum of RGB (Red+Green+Blue) = 214+221+191=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDBF is #292240. Grayscale: #D7D7D7. Windows color (decimal): -2695745 or 12574166. OLE color: 12574166.

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

Color convert

RGB 214 221 191 -
CMYK 0.03 0 0.14 0.13
HSL 74º 0.31% 0.81% -
HSV(B) 74º 0.14% 0.87% -
XYZ 62.99 69.77 59.44 -
YUV 215.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 214 221 191 0.03 0 0.14 0.13 74 0.31 0.81
Hex D6 DD BF 3 0 E D 4A 1F 51
Octal 326 335 277 3 0 16 15 112 37 121
Binary 11010110 11011101 10111111 11 0 1110 1101 1001010 11111 1010001

Color Harmonies of #D6DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDBF

Black with #D6DDBF

Text Example


Text Example

White with #D6DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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