#D7CFD8

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

Shades of Thistle #D7CFD8

Tints of Thistle #D7CFD8

Color information

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

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

Color convert

RGB215207216-
CMYK0.000.0400.15
HSL293.33º10.34%82.94%-
HSV(B)293.33º4.17%84.71%-
XYZ62.7364.0374.02-
YUV210.42131.15131.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152072160.000.0400.15293.3310.3482.94
HexD7CFD8040F125a53
Octal3273173300401744512123
Binary11010111110011111101100001000111110010010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFD8; }

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

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

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

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

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

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

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

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