#D8CFD7

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

Shades of Thistle #D8CFD7

Tints of Thistle #D8CFD7

Color information

#D8CFD7 (or 0xD8CFD7) is unknown color: approx Thistle. HEX triplet: D8, CF and D7. RGB value is (216,207,215). Sum of RGB (Red+Green+Blue) = 216+207+215=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD7 is #273028. Grayscale: #D2D2D2. Windows color (decimal): -2568233 or 14143448. OLE color: 14143448.

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

Color convert

RGB216207215-
CMYK00.040.000.15
HSL306.67º10.34%82.94%-
HSV(B)306.67º4.17%84.71%-
XYZ62.964.1373.35-
YUV210.6130.48131.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=33.86%
G=32.45%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620721500.040.000.15306.6710.3482.94
HexD8CFD7040F133a53
Octal3303173270401746312123
Binary11011000110011111101011101000111110011001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFD7; }

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

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

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

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

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

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

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

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