Html Css Color HEX #D6DFBB Gin

📋 copy color: '#D6DFBB'

red 214 ◦ green 223 ◦ blue 187

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

Shades of Gin #D6DFBB

Tints of Gin #D6DFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.97%

R = 34.29%
G = 35.74%
B = 29.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D6DFBB (or 0xD6DFBB) is known color: Gin. HEX triplet: D6, DF and BB. RGB value is (214,223,187). Sum of RGB (Red+Green+Blue) = 214+223+187=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFBB is #292044. Grayscale: #D8D8D8. Windows color (decimal): -2695237 or 12312534. OLE color: 12312534.

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

Color convert

RGB 214 223 187 -
CMYK 0.04 0 0.16 0.13
HSL 75º 0.36% 0.8% -
HSV(B) 75º 0.16% 0.87% -
XYZ 63.09 70.66 57.33 -
YUV 216.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 214 223 187 0.04 0 0.16 0.13 75 0.36 0.8
Hex D6 DF BB 4 0 10 D 4B 24 50
Octal 326 337 273 4 0 20 15 113 44 120
Binary 11010110 11011111 10111011 100 0 10000 1101 1001011 100100 1010000

Color Harmonies of #D6DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFBB

Black with #D6DFBB

Text Example


Text Example

White with #D6DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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