Html Css Color HEX #D6DFC8 Gin

📋 copy color: '#D6DFC8'

red 214 ◦ green 223 ◦ blue 200

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

Shades of Gin #D6DFC8

Tints of Gin #D6DFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.4%

R = 33.59%
G = 35.01%
B = 31.4%

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

#D6DFC8 (or 0xD6DFC8) is known color: Gin. HEX triplet: D6, DF and C8. RGB value is (214,223,200). Sum of RGB (Red+Green+Blue) = 214+223+200=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFC8 is #292037. Grayscale: #D9D9D9. Windows color (decimal): -2695224 or 13164502. OLE color: 13164502.

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

Color convert

RGB 214 223 200 -
CMYK 0.04 0 0.10 0.13
HSL 83.48º 0.26% 0.83% -
HSV(B) 83.48º 0.1% 0.87% -
XYZ 64.54 71.24 64.99 -
YUV 217.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 214 223 200 0.04 0 0.10 0.13 83.48 0.26 0.83
Hex D6 DF C8 4 0 A D 53 1A 53
Octal 326 337 310 4 0 12 15 123 32 123
Binary 11010110 11011111 11001000 100 0 1010 1101 1010011 11010 1010011

Color Harmonies of #D6DFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFC8

Black with #D6DFC8

Text Example


Text Example

White with #D6DFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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