Html Css Color HEX #D7DCCC Gin

📋 copy color: '#D7DCCC'

red 215 ◦ green 220 ◦ blue 204

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

Shades of Gin #D7DCCC

Tints of Gin #D7DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.43%

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

R = 33.65%
G = 34.43%
B = 31.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D7DCCC (or 0xD7DCCC) is known color: Gin. HEX triplet: D7, DC and CC. RGB value is (215,220,204). Sum of RGB (Red+Green+Blue) = 215+220+204=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCCC is #282333. Grayscale: #D8D8D8. Windows color (decimal): -2630452 or 13425879. OLE color: 13425879.

HSL color Cylindrical-coordinate representation of color #D7DCCC: hue angle of 78.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7DCCC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 204 -
CMYK 0.02 0 0.07 0.14
HSL 78.75º 0.19% 0.83% -
HSV(B) 78.75º 0.07% 0.86% -
XYZ 64.52 69.99 67.24 -
YUV 216.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 215 220 204 0.02 0 0.07 0.14 78.75 0.19 0.83
Hex D7 DC CC 2 0 7 E 4F 13 53
Octal 327 334 314 2 0 7 16 117 23 123
Binary 11010111 11011100 11001100 10 0 111 1110 1001111 10011 1010011

Color Harmonies of #D7DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCCC

Black with #D7DCCC

Text Example


Text Example

White with #D7DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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