Html Css Color HEX #D8DFC7 Gin

📋 copy color: '#D8DFC7'

red 216 ◦ green 223 ◦ blue 199

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

Shades of Gin #D8DFC7

Tints of Gin #D8DFC7

RGB

 RED value IS 216 (84.77% from 255) = 33.86%

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

 BLUE value IS 199 (78.13% from 255) = 31.19%

R = 33.86%
G = 34.95%
B = 31.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D8DFC7 (or 0xD8DFC7) is known color: Gin. HEX triplet: D8, DF and C7. RGB value is (216,223,199). Sum of RGB (Red+Green+Blue) = 216+223+199=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFC7 is #272038. Grayscale: #DADADA. Windows color (decimal): -2564153 or 13098968. OLE color: 13098968.

HSL color Cylindrical-coordinate representation of color #D8DFC7: hue angle of 77.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DFC7 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 199 -
CMYK 0.03 0 0.11 0.13
HSL 77.5º 0.27% 0.83% -
HSV(B) 77.5º 0.11% 0.87% -
XYZ 65.02 71.5 64.41 -
YUV 218.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 216 223 199 0.03 0 0.11 0.13 77.5 0.27 0.83
Hex D8 DF C7 3 0 B D 4E 1B 53
Octal 330 337 307 3 0 13 15 116 33 123
Binary 11011000 11011111 11000111 11 0 1011 1101 1001110 11011 1010011

Color Harmonies of #D8DFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DFC7

Black with #D8DFC7

Text Example


Text Example

White with #D8DFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DFC7; }

 p { color: rgb(216,223,199); }

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

background-color css

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

 a { background-color: rgb(216,223,199); }

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

border-color css

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

 span { border-color: rgb(216,223,199); }

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