Html Css Color HEX #D7DCCA Gin

📋 copy color: '#D7DCCA'

red 215 ◦ green 220 ◦ blue 202

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

Shades of Gin #D7DCCA

Tints of Gin #D7DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 33.75%
G = 34.54%
B = 31.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D7DCCA (or 0xD7DCCA) is known color: Gin. HEX triplet: D7, DC and CA. RGB value is (215,220,202). Sum of RGB (Red+Green+Blue) = 215+220+202=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCCA is #282335. Grayscale: #D8D8D8. Windows color (decimal): -2630454 or 13294807. OLE color: 13294807.

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

Color convert

RGB 215 220 202 -
CMYK 0.02 0 0.08 0.14
HSL 76.67º 0.2% 0.83% -
HSV(B) 76.67º 0.08% 0.86% -
XYZ 64.28 69.9 65.98 -
YUV 216.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 215 220 202 0.02 0 0.08 0.14 76.67 0.2 0.83
Hex D7 DC CA 2 0 8 E 4D 14 53
Octal 327 334 312 2 0 10 16 115 24 123
Binary 11010111 11011100 11001010 10 0 1000 1110 1001101 10100 1010011

Color Harmonies of #D7DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCCA

Black with #D7DCCA

Text Example


Text Example

White with #D7DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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