#D7CFD6

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

Shades of Thistle #D7CFD6

Tints of Thistle #D7CFD6

Color information

#D7CFD6 (or 0xD7CFD6) is unknown color: approx Thistle. HEX triplet: D7, CF and D6. RGB value is (215,207,214). Sum of RGB (Red+Green+Blue) = 215+207+214=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFD6 is #283029. Grayscale: #D2D2D2. Windows color (decimal): -2633770 or 14077911. OLE color: 14077911.

HSL color Cylindrical-coordinate representation of color #D7CFD6: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CFD6 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215207214-
CMYK00.040.000.16
HSL307.5º9.09%82.75%-
HSV(B)307.5º3.72%84.31%-
XYZ62.4763.9372.66-
YUV210.19130.15131.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=33.81%
G=32.55%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520721400.040.000.16307.59.0982.75
HexD7CFD604010134953
Octal3273173260402046411123
Binary110101111100111111010110010001000010011010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFD6; }

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

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

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

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

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

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

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

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