Html Css Color HEX #D8C4DD Thistle

📋 copy color: '#D8C4DD'

red 216 ◦ green 196 ◦ blue 221

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

Shades of Thistle #D8C4DD

Tints of Thistle #D8C4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 34.12%
G = 30.96%
B = 34.91%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8C4DD (or 0xD8C4DD) is known color: Thistle. HEX triplet: D8, C4 and DD. RGB value is (216,196,221). Sum of RGB (Red+Green+Blue) = 216+196+221=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4DD is #273B22. Grayscale: #CCCCCC. Windows color (decimal): -2571043 or 14533848. OLE color: 14533848.

HSL color Cylindrical-coordinate representation of color #D8C4DD: hue angle of 288º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C4DD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 196 221 -
CMYK 0.02 0.11 0 0.13
HSL 288º 0.27% 0.82% -
HSV(B) 288º 0.11% 0.87% -
XYZ 61.11 59.3 76.63 -
YUV 204.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 216 196 221 0.02 0.11 0 0.13 288 0.27 0.82
Hex D8 C4 DD 2 B 0 D 120 1B 52
Octal 330 304 335 2 13 0 15 440 33 122
Binary 11011000 11000100 11011101 10 1011 0 1101 100100000 11011 1010010

Color Harmonies of #D8C4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C4DD

Black with #D8C4DD

Text Example


Text Example

White with #D8C4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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