#D8CBDA

Color #D8CBDA Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D8CBDA

Tints of Thistle #D8CBDA

Color information

#D8CBDA (or 0xD8CBDA) is unknown color: approx Thistle. HEX triplet: D8, CB and DA. RGB value is (216,203,218). Sum of RGB (Red+Green+Blue) = 216+203+218=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBDA is #273425. Grayscale: #D0D0D0. Windows color (decimal): -2569254 or 14339032. OLE color: 14339032.

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

Color convert

RGB216203218-
CMYK0.010.0700.15
HSL292º16.85%82.55%-
HSV(B)292º6.88%85.49%-
XYZ62.3362.3775.08-
YUV208.6133.31133.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=33.91%
G=31.87%
B=34.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162032180.010.0700.1529216.8582.55
HexD8CBDA170F1241153
Octal3303133321701744421123
Binary110110001100101111011010111101111100100100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBDA; }

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

 H1.HeaderClassName
 {
   color: #D8CBDA;
 }
 .AnyTagClassName
 {
   color: #D8CBDA;
 }
</style>
background-color css

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

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

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

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

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

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