Html Css Color HEX #D6DFC9 Gin

📋 copy color: '#D6DFC9'

red 214 ◦ green 223 ◦ blue 201

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

Shades of Gin #D6DFC9

Tints of Gin #D6DFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.5%

R = 33.54%
G = 34.95%
B = 31.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D6DFC9 (or 0xD6DFC9) is known color: Gin. HEX triplet: D6, DF and C9. RGB value is (214,223,201). Sum of RGB (Red+Green+Blue) = 214+223+201=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFC9 is #292036. Grayscale: #D9D9D9. Windows color (decimal): -2695223 or 13230038. OLE color: 13230038.

HSL color Cylindrical-coordinate representation of color #D6DFC9: hue angle of 84.55º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DFC9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 201 -
CMYK 0.04 0 0.10 0.13
HSL 84.55º 0.26% 0.83% -
HSV(B) 84.55º 0.1% 0.87% -
XYZ 64.66 71.29 65.61 -
YUV 217.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 214 223 201 0.04 0 0.10 0.13 84.55 0.26 0.83
Hex D6 DF C9 4 0 A D 55 1A 53
Octal 326 337 311 4 0 12 15 125 32 123
Binary 11010110 11011111 11001001 100 0 1010 1101 1010101 11010 1010011

Color Harmonies of #D6DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFC9

Black with #D6DFC9

Text Example


Text Example

White with #D6DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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