Html Css Color HEX #D5DFC0 Gin

📋 copy color: '#D5DFC0'

red 213 ◦ green 223 ◦ blue 192

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

Shades of Gin #D5DFC0

Tints of Gin #D5DFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.57%

R = 33.92%
G = 35.51%
B = 30.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D5DFC0 (or 0xD5DFC0) is known color: Gin. HEX triplet: D5, DF and C0. RGB value is (213,223,192). Sum of RGB (Red+Green+Blue) = 213+223+192=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFC0 is #2A203F. Grayscale: #D8D8D8. Windows color (decimal): -2760768 or 12640213. OLE color: 12640213.

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

Color convert

RGB 213 223 192 -
CMYK 0.04 0 0.14 0.13
HSL 79.35º 0.33% 0.81% -
HSV(B) 79.35º 0.14% 0.87% -
XYZ 63.34 70.73 60.18 -
YUV 216.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 213 223 192 0.04 0 0.14 0.13 79.35 0.33 0.81
Hex D5 DF C0 4 0 E D 4F 21 51
Octal 325 337 300 4 0 16 15 117 41 121
Binary 11010101 11011111 11000000 100 0 1110 1101 1001111 100001 1010001

Color Harmonies of #D5DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFC0

Black with #D5DFC0

Text Example


Text Example

White with #D5DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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