Html Css Color HEX #D7DFCC Gin

📋 copy color: '#D7DFCC'

red 215 ◦ green 223 ◦ blue 204

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

Shades of Gin #D7DFCC

Tints of Gin #D7DFCC

RGB

 RED value IS 215 (84.38% from 255) = 33.49%

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 33.49%
G = 34.74%
B = 31.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D7DFCC (or 0xD7DFCC) is known color: Gin. HEX triplet: D7, DF and CC. RGB value is (215,223,204). Sum of RGB (Red+Green+Blue) = 215+223+204=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFCC is #282033. Grayscale: #DADADA. Windows color (decimal): -2629684 or 13426647. OLE color: 13426647.

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

Color convert

RGB 215 223 204 -
CMYK 0.04 0 0.09 0.13
HSL 85.26º 0.23% 0.84% -
HSV(B) 85.26º 0.09% 0.87% -
XYZ 65.31 71.58 67.5 -
YUV 218.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 215 223 204 0.04 0 0.09 0.13 85.26 0.23 0.84
Hex D7 DF CC 4 0 9 D 55 17 54
Octal 327 337 314 4 0 11 15 125 27 124
Binary 11010111 11011111 11001100 100 0 1001 1101 1010101 10111 1010100

Color Harmonies of #D7DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DFCC

Black with #D7DFCC

Text Example


Text Example

White with #D7DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DFCC; }

 p { color: rgb(215,223,204); }

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

background-color css

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

 a { background-color: rgb(215,223,204); }

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

border-color css

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

 span { border-color: rgb(215,223,204); }

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