#D4CBD5

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

Shades of Thistle #D4CBD5

Tints of Thistle #D4CBD5

Color information

#D4CBD5 (or 0xD4CBD5) is unknown color: approx Thistle. HEX triplet: D4, CB and D5. RGB value is (212,203,213). Sum of RGB (Red+Green+Blue) = 212+203+213=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBD5 is #2B342A. Grayscale: #CECECE. Windows color (decimal): -2831403 or 14011348. OLE color: 14011348.

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

Color convert

RGB212203213-
CMYK0.000.0500.16
HSL294º10.64%81.57%-
HSV(B)294º4.69%83.53%-
XYZ60.5261.5171.63-
YUV206.83131.48131.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=33.76%
G=32.32%
B=33.92%

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
Decimal2122032130.000.0500.1629410.6481.57
HexD4CBD505010126b52
Octal3243133250502044613122
Binary110101001100101111010101010101000010010011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBD5; }

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

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

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

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

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

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

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

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