#D6CDD7

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

Shades of Thistle #D6CDD7

Tints of Thistle #D6CDD7

Color information

#D6CDD7 (or 0xD6CDD7) is unknown color: approx Thistle. HEX triplet: D6, CD and D7. RGB value is (214,205,215). Sum of RGB (Red+Green+Blue) = 214+205+215=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD7 is #293228. Grayscale: #D0D0D0. Windows color (decimal): -2699817 or 14142934. OLE color: 14142934.

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

Color convert

RGB214205215-
CMYK0.000.0500.16
HSL294º11.11%82.35%-
HSV(B)294º4.65%84.31%-
XYZ61.8362.8773.17-
YUV208.83131.48131.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=33.75%
G=32.33%
B=33.91%

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
Decimal2142052150.000.0500.1629411.1182.35
HexD6CDD705010126b52
Octal3263153270502044613122
Binary110101101100110111010111010101000010010011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDD7; }

 p { color: rgb(214,205,215); }

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

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

 a { background-color: rgb(214,205,215); }

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

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

 span { border-color: rgb(214,205,215); }

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