Html Css Color HEX #D6CFD5 Thistle

📋 copy color: '#D6CFD5'

red 214 ◦ green 207 ◦ blue 213

#D6CFD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #D6CFD5

Tints of Thistle #D6CFD5

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.6%

R = 33.75%
G = 32.65%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D6CFD5 (or 0xD6CFD5) is known color: 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

RGB 214 207 213 -
CMYK 0 0.03 0.00 0.16
HSL 308.57º 0.08% 0.83% -
HSV(B) 308.57º 0.03% 0.84% -
XYZ 62.05 63.73 71.98 -
YUV 209.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 214 207 213 0 0.03 0.00 0.16 308.57 0.08 0.83
Hex D6 CF D5 0 3 0 10 135 8 53
Octal 326 317 325 0 3 0 20 465 10 123
Binary 11010110 11001111 11010101 0 11 0 10000 100110101 1000 1010011

Color Harmonies of #D6CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFD5

Black with #D6CFD5

Text Example


Text Example

White with #D6CFD5

Text Example


Text Example

HTML Codes & Css Web 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>