Html Css Color HEX #D0C3BA Pale Slate

📋 copy color: '#D0C3BA'

red 208 ◦ green 195 ◦ blue 186

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

Shades of Pale Slate #D0C3BA

Tints of Pale Slate #D0C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

 BLUE value IS 186 (73.05% from 255) = 31.58%

R = 35.31%
G = 33.11%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0C3BA (or 0xD0C3BA) is known color: Pale Slate. HEX triplet: D0, C3 and BA. RGB value is (208,195,186). Sum of RGB (Red+Green+Blue) = 208+195+186=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3BA is #2F3C45. Grayscale: #C5C5C5. Windows color (decimal): -3095622 or 12239824. OLE color: 12239824.

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

Color convert

RGB 208 195 186 -
CMYK 0 0.06 0.11 0.18
HSL 24.55º 0.19% 0.77% -
HSV(B) 24.55º 0.11% 0.82% -
XYZ 54.39 55.99 54.39 -
YUV 197.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 208 195 186 0 0.06 0.11 0.18 24.55 0.19 0.77
Hex D0 C3 BA 0 6 B 12 19 13 4D
Octal 320 303 272 0 6 13 22 31 23 115
Binary 11010000 11000011 10111010 0 110 1011 10010 11001 10011 1001101

Color Harmonies of #D0C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C3BA

Black with #D0C3BA

Text Example


Text Example

White with #D0C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C3BA; }

 p { color: rgb(208,195,186); }

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

background-color css

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

 a { background-color: rgb(208,195,186); }

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

border-color css

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

 span { border-color: rgb(208,195,186); }

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