Html Css Color HEX #D9DABC Loafer

📋 copy color: '#D9DABC'

red 217 ◦ green 218 ◦ blue 188

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

Shades of Loafer #D9DABC

Tints of Loafer #D9DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.18%

R = 34.83%
G = 34.99%
B = 30.18%

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

#D9DABC (or 0xD9DABC) is known color: Loafer. HEX triplet: D9, DA and BC. RGB value is (217,218,188). Sum of RGB (Red+Green+Blue) = 217+218+188=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DABC is #262543. Grayscale: #D6D6D6. Windows color (decimal): -2499908 or 12376793. OLE color: 12376793.

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

Color convert

RGB 217 218 188 -
CMYK 0.00 0 0.14 0.15
HSL 62º 0.29% 0.8% -
HSV(B) 62º 0.14% 0.85% -
XYZ 62.76 68.53 57.5 -
YUV 214.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 217 218 188 0.00 0 0.14 0.15 62 0.29 0.8
Hex D9 DA BC 0 0 E F 3E 1D 50
Octal 331 332 274 0 0 16 17 76 35 120
Binary 11011001 11011010 10111100 0 0 1110 1111 111110 11101 1010000

Color Harmonies of #D9DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DABC

Black with #D9DABC

Text Example


Text Example

White with #D9DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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