Html Css Color HEX #D6CED7 Thistle

📋 copy color: '#D6CED7'

red 214 ◦ green 206 ◦ blue 215

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

Shades of Thistle #D6CED7

Tints of Thistle #D6CED7

RGB

 RED value IS 214 (83.98% from 255) = 33.7%

 GREEN value IS 206 (80.86% from 255) = 32.44%

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 33.7%
G = 32.44%
B = 33.86%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6CED7 (or 0xD6CED7) is known color: Thistle. HEX triplet: D6, CE and D7. RGB value is (214,206,215). Sum of RGB (Red+Green+Blue) = 214+206+215=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CED7 is #293128. Grayscale: #D1D1D1. Windows color (decimal): -2699561 or 14143190. OLE color: 14143190.

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

Color convert

RGB 214 206 215 -
CMYK 0.00 0.04 0 0.16
HSL 293.33º 0.1% 0.83% -
HSV(B) 293.33º 0.04% 0.84% -
XYZ 62.07 63.35 73.25 -
YUV 209.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 214 206 215 0.00 0.04 0 0.16 293.33 0.1 0.83
Hex D6 CE D7 0 4 0 10 125 A 53
Octal 326 316 327 0 4 0 20 445 12 123
Binary 11010110 11001110 11010111 0 100 0 10000 100100101 1010 1010011

Color Harmonies of #D6CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CED7

Black with #D6CED7

Text Example


Text Example

White with #D6CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CED7; }

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

 H1.HeaderClassName
 {
   color: #D6CED7;
 }
 .AnyTagClassName
 {
   color: #D6CED7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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