Html Css Color HEX #D8C4D7 Thistle

📋 copy color: '#D8C4D7'

red 216 ◦ green 196 ◦ blue 215

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

Shades of Thistle #D8C4D7

Tints of Thistle #D8C4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.29%

R = 34.45%
G = 31.26%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8C4D7 (or 0xD8C4D7) is known color: Thistle. HEX triplet: D8, C4 and D7. RGB value is (216,196,215). Sum of RGB (Red+Green+Blue) = 216+196+215=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4D7 is #273B28. Grayscale: #CCCCCC. Windows color (decimal): -2571049 or 14140632. OLE color: 14140632.

HSL color Cylindrical-coordinate representation of color #D8C4D7: hue angle of 303º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C4D7 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 196 215 -
CMYK 0 0.09 0.00 0.15
HSL 303º 0.2% 0.81% -
HSV(B) 303º 0.09% 0.85% -
XYZ 60.32 58.99 72.5 -
YUV 204.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 216 196 215 0 0.09 0.00 0.15 303 0.2 0.81
Hex D8 C4 D7 0 9 0 F 12F 14 51
Octal 330 304 327 0 11 0 17 457 24 121
Binary 11011000 11000100 11010111 0 1001 0 1111 100101111 10100 1010001

Color Harmonies of #D8C4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C4D7

Black with #D8C4D7

Text Example


Text Example

White with #D8C4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C4D7; }

 p { color: rgb(216,196,215); }

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

background-color css

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

 a { background-color: rgb(216,196,215); }

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

border-color css

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

 span { border-color: rgb(216,196,215); }

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