Html Css Color HEX #D8CBD9 Thistle

📋 copy color: '#D8CBD9'

red 216 ◦ green 203 ◦ blue 217

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

Shades of Thistle #D8CBD9

Tints of Thistle #D8CBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.92%

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

R = 33.96%
G = 31.92%
B = 34.12%

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

#D8CBD9 (or 0xD8CBD9) is known color: Thistle. HEX triplet: D8, CB and D9. RGB value is (216,203,217). Sum of RGB (Red+Green+Blue) = 216+203+217=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBD9 is #273426. Grayscale: #D0D0D0. Windows color (decimal): -2569255 or 14273496. OLE color: 14273496.

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

Color convert

RGB 216 203 217 -
CMYK 0.00 0.06 0 0.15
HSL 295.71º 0.16% 0.82% -
HSV(B) 295.71º 0.06% 0.85% -
XYZ 62.2 62.32 74.4 -
YUV 208.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 216 203 217 0.00 0.06 0 0.15 295.71 0.16 0.82
Hex D8 CB D9 0 6 0 F 128 10 52
Octal 330 313 331 0 6 0 17 450 20 122
Binary 11011000 11001011 11011001 0 110 0 1111 100101000 10000 1010010

Color Harmonies of #D8CBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CBD9

Black with #D8CBD9

Text Example


Text Example

White with #D8CBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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