Html Css Color HEX #D8CCD9 Thistle

📋 copy color: '#D8CCD9'

red 216 ◦ green 204 ◦ blue 217

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

Shades of Thistle #D8CCD9

Tints of Thistle #D8CCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.03%

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 33.91%
G = 32.03%
B = 34.07%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8CCD9 (or 0xD8CCD9) is known color: Thistle. HEX triplet: D8, CC and D9. RGB value is (216,204,217). Sum of RGB (Red+Green+Blue) = 216+204+217=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCD9 is #273326. Grayscale: #D1D1D1. Windows color (decimal): -2568999 or 14273752. OLE color: 14273752.

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

Color convert

RGB 216 204 217 -
CMYK 0.00 0.06 0 0.15
HSL 295.38º 0.15% 0.83% -
HSV(B) 295.38º 0.06% 0.85% -
XYZ 62.44 62.79 74.48 -
YUV 209.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 216 204 217 0.00 0.06 0 0.15 295.38 0.15 0.83
Hex D8 CC D9 0 6 0 F 127 F 53
Octal 330 314 331 0 6 0 17 447 17 123
Binary 11011000 11001100 11011001 0 110 0 1111 100100111 1111 1010011

Color Harmonies of #D8CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCD9

Black with #D8CCD9

Text Example


Text Example

White with #D8CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCD9; }

 p { color: rgb(216,204,217); }

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

background-color css

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

 a { background-color: rgb(216,204,217); }

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

border-color css

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

 span { border-color: rgb(216,204,217); }

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