#D8CADB

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

Shades of Thistle #D8CADB

Tints of Thistle #D8CADB

Color information

#D8CADB (or 0xD8CADB) is unknown color: approx Thistle. HEX triplet: D8, CA and DB. RGB value is (216,202,219). Sum of RGB (Red+Green+Blue) = 216+202+219=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADB is #273524. Grayscale: #D0D0D0. Windows color (decimal): -2569509 or 14404312. OLE color: 14404312.

HSL color Cylindrical-coordinate representation of color #D8CADB: hue angle of 289.41º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CADB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216202219-
CMYK0.010.0800.14
HSL289.41º19.1%82.55%-
HSV(B)289.41º7.76%85.88%-
XYZ62.2361.9575.7-
YUV208.12134.14133.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=33.91%
G=31.71%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162022190.010.0800.14289.4119.182.55
HexD8CADB180E1211353
Octal33031233311001644123123
Binary1101100011001010110110111100001110100100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CADB; }

 p { color: rgb(216,202,219); }

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

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

 a { background-color: rgb(216,202,219); }

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

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

 span { border-color: rgb(216,202,219); }

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