Html Css Color HEX #D5DFC1 Gin

📋 copy color: '#D5DFC1'

red 213 ◦ green 223 ◦ blue 193

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

Shades of Gin #D5DFC1

Tints of Gin #D5DFC1

RGB

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

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

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

R = 33.86%
G = 35.45%
B = 30.68%

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

#D5DFC1 (or 0xD5DFC1) is known color: Gin. HEX triplet: D5, DF and C1. RGB value is (213,223,193). Sum of RGB (Red+Green+Blue) = 213+223+193=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFC1 is #2A203E. Grayscale: #D8D8D8. Windows color (decimal): -2760767 or 12705749. OLE color: 12705749.

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

Color convert

RGB 213 223 193 -
CMYK 0.04 0 0.13 0.13
HSL 80º 0.32% 0.82% -
HSV(B) 80º 0.13% 0.87% -
XYZ 63.45 70.77 60.77 -
YUV 216.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 213 223 193 0.04 0 0.13 0.13 80 0.32 0.82
Hex D5 DF C1 4 0 D D 50 20 52
Octal 325 337 301 4 0 15 15 120 40 122
Binary 11010101 11011111 11000001 100 0 1101 1101 1010000 100000 1010010

Color Harmonies of #D5DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFC1

Black with #D5DFC1

Text Example


Text Example

White with #D5DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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