#D5CBD5

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

Shades of Thistle #D5CBD5

Tints of Thistle #D5CBD5

Color information

#D5CBD5 (or 0xD5CBD5) is unknown color: approx Thistle. HEX triplet: D5, CB and D5. RGB value is (213,203,213). Sum of RGB (Red+Green+Blue) = 213+203+213=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD5 is #2A342A. Grayscale: #CFCFCF. Windows color (decimal): -2765867 or 14011349. OLE color: 14011349.

HSL color Cylindrical-coordinate representation of color #D5CBD5: hue angle of 300º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CBD5 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213203213-
CMYK00.0500.16
HSL300º10.64%81.57%-
HSV(B)300º4.69%83.53%-
XYZ60.8161.6671.65-
YUV207.13131.31132.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=33.86%
G=32.27%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320321300.0500.1630010.6481.57
HexD5CBD50501012cb52
Octal3253133250502045413122
Binary110101011100101111010101010101000010010110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBD5; }

 p { color: rgb(213,203,213); }

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

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

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

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

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

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

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