Html Css Color HEX #D5DCC1 Gin

📋 copy color: '#D5DCC1'

red 213 ◦ green 220 ◦ blue 193

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

Shades of Gin #D5DCC1

Tints of Gin #D5DCC1

RGB

 RED value IS 213 (83.59% from 255) = 34.03%

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

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

R = 34.03%
G = 35.14%
B = 30.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#D5DCC1 (or 0xD5DCC1) is known color: Gin. HEX triplet: D5, DC and C1. RGB value is (213,220,193). Sum of RGB (Red+Green+Blue) = 213+220+193=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC1 is #2A233E. Grayscale: #D6D6D6. Windows color (decimal): -2761535 or 12704981. OLE color: 12704981.

HSL color Cylindrical-coordinate representation of color #D5DCC1: hue angle of 75.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DCC1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 193 -
CMYK 0.03 0 0.12 0.14
HSL 75.56º 0.28% 0.81% -
HSV(B) 75.56º 0.12% 0.86% -
XYZ 62.66 69.18 60.5 -
YUV 214.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 213 220 193 0.03 0 0.12 0.14 75.56 0.28 0.81
Hex D5 DC C1 3 0 C E 4C 1C 51
Octal 325 334 301 3 0 14 16 114 34 121
Binary 11010101 11011100 11000001 11 0 1100 1110 1001100 11100 1010001

Color Harmonies of #D5DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCC1

Black with #D5DCC1

Text Example


Text Example

White with #D5DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCC1; }

 p { color: rgb(213,220,193); }

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

background-color css

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

 a { background-color: rgb(213,220,193); }

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

border-color css

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

 span { border-color: rgb(213,220,193); }

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