Html Css Color HEX #D6CED5 Thistle

📋 copy color: '#D6CED5'

red 214 ◦ green 206 ◦ blue 213

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

Shades of Thistle #D6CED5

Tints of Thistle #D6CED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 33.81%
G = 32.54%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D6CED5 (or 0xD6CED5) is known color: Thistle. HEX triplet: D6, CE and D5. RGB value is (214,206,213). Sum of RGB (Red+Green+Blue) = 214+206+213=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CED5 is #29312A. Grayscale: #D1D1D1. Windows color (decimal): -2699563 or 14012118. OLE color: 14012118.

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

Color convert

RGB 214 206 213 -
CMYK 0 0.04 0.00 0.16
HSL 307.5º 0.09% 0.82% -
HSV(B) 307.5º 0.04% 0.84% -
XYZ 61.81 63.24 71.9 -
YUV 209.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 214 206 213 0 0.04 0.00 0.16 307.5 0.09 0.82
Hex D6 CE D5 0 4 0 10 134 9 52
Octal 326 316 325 0 4 0 20 464 11 122
Binary 11010110 11001110 11010101 0 100 0 10000 100110100 1001 1010010

Color Harmonies of #D6CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CED5

Black with #D6CED5

Text Example


Text Example

White with #D6CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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