Html Css Color HEX #D9BDB4 Wafer

📋 copy color: '#D9BDB4'

red 217 ◦ green 189 ◦ blue 180

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

Shades of Wafer #D9BDB4

Tints of Wafer #D9BDB4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 180 (70.7% from 255) = 30.72%

R = 37.03%
G = 32.25%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9BDB4 (or 0xD9BDB4) is known color: Wafer. HEX triplet: D9, BD and B4. RGB value is (217,189,180). Sum of RGB (Red+Green+Blue) = 217+189+180=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDB4 is #26424B. Grayscale: #C4C4C4. Windows color (decimal): -2507340 or 11845081. OLE color: 11845081.

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

Color convert

RGB 217 189 180 -
CMYK 0 0.13 0.17 0.15
HSL 14.59º 0.33% 0.78% -
HSV(B) 14.59º 0.17% 0.85% -
XYZ 55.05 54.44 50.79 -
YUV 196.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 217 189 180 0 0.13 0.17 0.15 14.59 0.33 0.78
Hex D9 BD B4 0 D 11 F F 21 4E
Octal 331 275 264 0 15 21 17 17 41 116
Binary 11011001 10111101 10110100 0 1101 10001 1111 1111 100001 1001110

Color Harmonies of #D9BDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDB4

Black with #D9BDB4

Text Example


Text Example

White with #D9BDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDB4; }

 p { color: rgb(217,189,180); }

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

background-color css

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

 a { background-color: rgb(217,189,180); }

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

border-color css

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

 span { border-color: rgb(217,189,180); }

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