Html Css Color HEX #D6DFC1 Gin

📋 copy color: '#D6DFC1'

red 214 ◦ green 223 ◦ blue 193

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

Shades of Gin #D6DFC1

Tints of Gin #D6DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.63%

R = 33.97%
G = 35.4%
B = 30.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#D6DFC1 (or 0xD6DFC1) is known color: Gin. HEX triplet: D6, DF and C1. RGB value is (214,223,193). Sum of RGB (Red+Green+Blue) = 214+223+193=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFC1 is #29203E. Grayscale: #D8D8D8. Windows color (decimal): -2695231 or 12705750. OLE color: 12705750.

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

Color convert

RGB 214 223 193 -
CMYK 0.04 0 0.13 0.13
HSL 78º 0.32% 0.82% -
HSV(B) 78º 0.13% 0.87% -
XYZ 63.74 70.92 60.78 -
YUV 216.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 214 223 193 0.04 0 0.13 0.13 78 0.32 0.82
Hex D6 DF C1 4 0 D D 4E 20 52
Octal 326 337 301 4 0 15 15 116 40 122
Binary 11010110 11011111 11000001 100 0 1101 1101 1001110 100000 1010010

Color Harmonies of #D6DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFC1

Black with #D6DFC1

Text Example


Text Example

White with #D6DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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