Html Css Color HEX #D6CDD6 Thistle

📋 copy color: '#D6CDD6'

red 214 ◦ green 205 ◦ blue 214

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

Shades of Thistle #D6CDD6

Tints of Thistle #D6CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.39%

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

R = 33.81%
G = 32.39%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6CDD6 (or 0xD6CDD6) is known color: Thistle. HEX triplet: D6, CD and D6. RGB value is (214,205,214). Sum of RGB (Red+Green+Blue) = 214+205+214=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD6 is #293229. Grayscale: #D0D0D0. Windows color (decimal): -2699818 or 14077398. OLE color: 14077398.

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

Color convert

RGB 214 205 214 -
CMYK 0 0.04 0 0.16
HSL 300º 0.1% 0.82% -
HSV(B) 300º 0.04% 0.84% -
XYZ 61.7 62.81 72.49 -
YUV 208.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 214 205 214 0 0.04 0 0.16 300 0.1 0.82
Hex D6 CD D6 0 4 0 10 12C A 52
Octal 326 315 326 0 4 0 20 454 12 122
Binary 11010110 11001101 11010110 0 100 0 10000 100101100 1010 1010010

Color Harmonies of #D6CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDD6

Black with #D6CDD6

Text Example


Text Example

White with #D6CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDD6; }

 p { color: rgb(214,205,214); }

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

background-color css

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

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

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

border-color css

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

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

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