Html Css Color HEX #D0C4BD Pale Slate

📋 copy color: '#D0C4BD'

red 208 ◦ green 196 ◦ blue 189

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

Shades of Pale Slate #D0C4BD

Tints of Pale Slate #D0C4BD

RGB

 RED value IS 208 (81.64% from 255) = 35.08%

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

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

R = 35.08%
G = 33.05%
B = 31.87%

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

#D0C4BD (or 0xD0C4BD) is known color: Pale Slate. HEX triplet: D0, C4 and BD. RGB value is (208,196,189). Sum of RGB (Red+Green+Blue) = 208+196+189=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4BD is #2F3B42. Grayscale: #C6C6C6. Windows color (decimal): -3095363 or 12436688. OLE color: 12436688.

HSL color Cylindrical-coordinate representation of color #D0C4BD: 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 #D0C4BD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 189 -
CMYK 0 0.06 0.09 0.18
HSL 22.11º 0.17% 0.78% -
HSV(B) 22.11º 0.09% 0.82% -
XYZ 54.94 56.56 56.17 -
YUV 198.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 208 196 189 0 0.06 0.09 0.18 22.11 0.17 0.78
Hex D0 C4 BD 0 6 9 12 16 11 4E
Octal 320 304 275 0 6 11 22 26 21 116
Binary 11010000 11000100 10111101 0 110 1001 10010 10110 10001 1001110

Color Harmonies of #D0C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C4BD

Black with #D0C4BD

Text Example


Text Example

White with #D0C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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