Html Css Color HEX #D1C4BD Pale Slate

📋 copy color: '#D1C4BD'

red 209 ◦ green 196 ◦ blue 189

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

Shades of Pale Slate #D1C4BD

Tints of Pale Slate #D1C4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33%

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 35.19%
G = 33%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1C4BD (or 0xD1C4BD) is known color: Pale Slate. HEX triplet: D1, C4 and BD. RGB value is (209,196,189). Sum of RGB (Red+Green+Blue) = 209+196+189=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4BD is #2E3B42. Grayscale: #C7C7C7. Windows color (decimal): -3029827 or 12436689. OLE color: 12436689.

HSL color Cylindrical-coordinate representation of color #D1C4BD: hue angle of 21º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C4BD is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 196 189 -
CMYK 0 0.06 0.10 0.18
HSL 21º 0.18% 0.78% -
HSV(B) 21º 0.1% 0.82% -
XYZ 55.22 56.71 56.18 -
YUV 199.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 209 196 189 0 0.06 0.10 0.18 21 0.18 0.78
Hex D1 C4 BD 0 6 A 12 15 12 4E
Octal 321 304 275 0 6 12 22 25 22 116
Binary 11010001 11000100 10111101 0 110 1010 10010 10101 10010 1001110

Color Harmonies of #D1C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C4BD

Black with #D1C4BD

Text Example


Text Example

White with #D1C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C4BD; }

 p { color: rgb(209,196,189); }

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

background-color css

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

 a { background-color: rgb(209,196,189); }

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

border-color css

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

 span { border-color: rgb(209,196,189); }

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