Html Css Color HEX #D1DDBB Gin

📋 copy color: '#D1DDBB'

red 209 ◦ green 221 ◦ blue 187

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

Shades of Gin #D1DDBB

Tints of Gin #D1DDBB

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

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

 BLUE value IS 187 (73.44% from 255) = 30.31%

R = 33.87%
G = 35.82%
B = 30.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D1DDBB (or 0xD1DDBB) is known color: Gin. HEX triplet: D1, DD and BB. RGB value is (209,221,187). Sum of RGB (Red+Green+Blue) = 209+221+187=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDBB is #2E2244. Grayscale: #D5D5D5. Windows color (decimal): -3023429 or 12312017. OLE color: 12312017.

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

Color convert

RGB 209 221 187 -
CMYK 0.05 0 0.15 0.13
HSL 81.18º 0.33% 0.8% -
HSV(B) 81.18º 0.15% 0.87% -
XYZ 61.12 68.86 57.08 -
YUV 213.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 209 221 187 0.05 0 0.15 0.13 81.18 0.33 0.8
Hex D1 DD BB 5 0 F D 51 21 50
Octal 321 335 273 5 0 17 15 121 41 120
Binary 11010001 11011101 10111011 101 0 1111 1101 1010001 100001 1010000

Color Harmonies of #D1DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDBB

Black with #D1DDBB

Text Example


Text Example

White with #D1DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDBB; }

 p { color: rgb(209,221,187); }

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

background-color css

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

 a { background-color: rgb(209,221,187); }

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

border-color css

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

 span { border-color: rgb(209,221,187); }

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