Html Css Color HEX #D1C5BE Pale Slate

📋 copy color: '#D1C5BE'

red 209 ◦ green 197 ◦ blue 190

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

Shades of Pale Slate #D1C5BE

Tints of Pale Slate #D1C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.05%

 BLUE value IS 190 (74.61% from 255) = 31.88%

R = 35.07%
G = 33.05%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1C5BE (or 0xD1C5BE) is known color: Pale Slate. HEX triplet: D1, C5 and BE. RGB value is (209,197,190). Sum of RGB (Red+Green+Blue) = 209+197+190=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5BE is #2E3A41. Grayscale: #C7C7C7. Windows color (decimal): -3029570 or 12502481. OLE color: 12502481.

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

Color convert

RGB 209 197 190 -
CMYK 0 0.06 0.09 0.18
HSL 22.11º 0.17% 0.78% -
HSV(B) 22.11º 0.09% 0.82% -
XYZ 55.56 57.21 56.83 -
YUV 199.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 209 197 190 0 0.06 0.09 0.18 22.11 0.17 0.78
Hex D1 C5 BE 0 6 9 12 16 11 4E
Octal 321 305 276 0 6 11 22 26 21 116
Binary 11010001 11000101 10111110 0 110 1001 10010 10110 10001 1001110

Color Harmonies of #D1C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5BE

Black with #D1C5BE

Text Example


Text Example

White with #D1C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5BE; }

 p { color: rgb(209,197,190); }

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

background-color css

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

 a { background-color: rgb(209,197,190); }

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

border-color css

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

 span { border-color: rgb(209,197,190); }

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