#D6CFD5

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

Shades of Thistle #D6CFD5

Tints of Thistle #D6CFD5

Color information

#D6CFD5 (or 0xD6CFD5) is unknown color: approx Thistle. HEX triplet: D6, CF and D5. RGB value is (214,207,213). Sum of RGB (Red+Green+Blue) = 214+207+213=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFD5 is #29302A. Grayscale: #D1D1D1. Windows color (decimal): -2699307 or 14012374. OLE color: 14012374.

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

Color convert

RGB214207213-
CMYK00.030.000.16
HSL308.57º7.87%82.55%-
HSV(B)308.57º3.27%83.92%-
XYZ62.0563.7371.98-
YUV209.78129.82131.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=33.75%
G=32.65%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420721300.030.000.16308.577.8782.55
HexD6CFD503010135853
Octal3263173250302046510123
Binary11010110110011111101010101101000010011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFD5; }

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

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

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

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

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

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

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

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