#D5CBD3

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

Shades of Thistle #D5CBD3

Tints of Thistle #D5CBD3

Color information

#D5CBD3 (or 0xD5CBD3) is unknown color: approx Thistle. HEX triplet: D5, CB and D3. RGB value is (213,203,211). Sum of RGB (Red+Green+Blue) = 213+203+211=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD3 is #2A342C. Grayscale: #CECECE. Windows color (decimal): -2765869 or 13880277. OLE color: 13880277.

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

Color convert

RGB213203211-
CMYK00.050.010.16
HSL312º10.64%81.57%-
HSV(B)312º4.69%83.53%-
XYZ60.5561.5670.32-
YUV206.9130.31132.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=33.97%
G=32.38%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320321100.050.010.1631210.6481.57
HexD5CBD305110138b52
Octal3253133230512047013122
Binary110101011100101111010011010111000010011100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBD3; }

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

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

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

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

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

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

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

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