Html Css Color HEX #D9DABB Loafer

📋 copy color: '#D9DABB'

red 217 ◦ green 218 ◦ blue 187

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

Shades of Loafer #D9DABB

Tints of Loafer #D9DABB

RGB

 RED value IS 217 (85.16% from 255) = 34.89%

 GREEN value IS 218 (85.55% from 255) = 35.05%

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

R = 34.89%
G = 35.05%
B = 30.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9DABB (or 0xD9DABB) is known color: Loafer. HEX triplet: D9, DA and BB. RGB value is (217,218,187). Sum of RGB (Red+Green+Blue) = 217+218+187=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DABB is #262544. Grayscale: #D6D6D6. Windows color (decimal): -2499909 or 12311257. OLE color: 12311257.

HSL color Cylindrical-coordinate representation of color #D9DABB: hue angle of 61.94º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DABB is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 187 -
CMYK 0.00 0 0.14 0.15
HSL 61.94º 0.3% 0.79% -
HSV(B) 61.94º 0.14% 0.85% -
XYZ 62.66 68.48 56.93 -
YUV 214.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 217 218 187 0.00 0 0.14 0.15 61.94 0.3 0.79
Hex D9 DA BB 0 0 E F 3E 1E 4F
Octal 331 332 273 0 0 16 17 76 36 117
Binary 11011001 11011010 10111011 0 0 1110 1111 111110 11110 1001111

Color Harmonies of #D9DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DABB

Black with #D9DABB

Text Example


Text Example

White with #D9DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DABB; }

 p { color: rgb(217,218,187); }

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

background-color css

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

 a { background-color: rgb(217,218,187); }

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

border-color css

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

 span { border-color: rgb(217,218,187); }

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