Html Css Color HEX #D8C3DB Thistle

📋 copy color: '#D8C3DB'

red 216 ◦ green 195 ◦ blue 219

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

Shades of Thistle #D8C3DB

Tints of Thistle #D8C3DB

RGB

 RED value IS 216 (84.77% from 255) = 34.29%

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

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 34.29%
G = 30.95%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8C3DB (or 0xD8C3DB) is known color: Thistle. HEX triplet: D8, C3 and DB. RGB value is (216,195,219). Sum of RGB (Red+Green+Blue) = 216+195+219=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3DB is #273C24. Grayscale: #CBCBCB. Windows color (decimal): -2571301 or 14402520. OLE color: 14402520.

HSL color Cylindrical-coordinate representation of color #D8C3DB: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C3DB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 195 219 -
CMYK 0.01 0.11 0 0.14
HSL 292.5º 0.25% 0.81% -
HSV(B) 292.5º 0.11% 0.86% -
XYZ 60.62 58.74 75.16 -
YUV 204.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 216 195 219 0.01 0.11 0 0.14 292.5 0.25 0.81
Hex D8 C3 DB 1 B 0 E 124 19 51
Octal 330 303 333 1 13 0 16 444 31 121
Binary 11011000 11000011 11011011 1 1011 0 1110 100100100 11001 1010001

Color Harmonies of #D8C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C3DB

Black with #D8C3DB

Text Example


Text Example

White with #D8C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C3DB; }

 p { color: rgb(216,195,219); }

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

background-color css

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

 a { background-color: rgb(216,195,219); }

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

border-color css

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

 span { border-color: rgb(216,195,219); }

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