Html Css Color HEX #D5DDC1 Gin

📋 copy color: '#D5DDC1'

red 213 ◦ green 221 ◦ blue 193

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

Shades of Gin #D5DDC1

Tints of Gin #D5DDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 33.97%
G = 35.25%
B = 30.78%

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

#D5DDC1 (or 0xD5DDC1) is known color: Gin. HEX triplet: D5, DD and C1. RGB value is (213,221,193). Sum of RGB (Red+Green+Blue) = 213+221+193=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC1 is #2A223E. Grayscale: #D7D7D7. Windows color (decimal): -2761279 or 12705237. OLE color: 12705237.

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

Color convert

RGB 213 221 193 -
CMYK 0.04 0 0.13 0.13
HSL 77.14º 0.29% 0.81% -
HSV(B) 77.14º 0.13% 0.87% -
XYZ 62.92 69.71 60.59 -
YUV 215.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 213 221 193 0.04 0 0.13 0.13 77.14 0.29 0.81
Hex D5 DD C1 4 0 D D 4D 1D 51
Octal 325 335 301 4 0 15 15 115 35 121
Binary 11010101 11011101 11000001 100 0 1101 1101 1001101 11101 1010001

Color Harmonies of #D5DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDC1

Black with #D5DDC1

Text Example


Text Example

White with #D5DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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