#D5CBD6

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

Shades of Thistle #D5CBD6

Tints of Thistle #D5CBD6

Color information

#D5CBD6 (or 0xD5CBD6) is unknown color: approx Thistle. HEX triplet: D5, CB and D6. RGB value is (213,203,214). Sum of RGB (Red+Green+Blue) = 213+203+214=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD6 is #2A3429. Grayscale: #CFCFCF. Windows color (decimal): -2765866 or 14076885. OLE color: 14076885.

HSL color Cylindrical-coordinate representation of color #D5CBD6: hue angle of 294.55º degrees, saturation: 0.12, 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 #D5CBD6 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213203214-
CMYK0.000.0500.16
HSL294.55º11.83%81.76%-
HSV(B)294.55º5.14%83.92%-
XYZ60.9361.7172.32-
YUV207.24131.81132.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 214 (83.98% from 255) = 33.97%
R=33.81%
G=32.22%
B=33.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132032140.000.0500.16294.5511.8381.76
HexD5CBD605010127c52
Octal3253133260502044714122
Binary110101011100101111010110010101000010010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBD6; }

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

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

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

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

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

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

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

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