Html Css Color HEX #D6CBD6 Thistle

📋 copy color: '#D6CBD6'

red 214 ◦ green 203 ◦ blue 214

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

Shades of Thistle #D6CBD6

Tints of Thistle #D6CBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.17%

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

R = 33.91%
G = 32.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6CBD6 (or 0xD6CBD6) is known color: Thistle. HEX triplet: D6, CB and D6. RGB value is (214,203,214). Sum of RGB (Red+Green+Blue) = 214+203+214=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD6 is #293429. Grayscale: #CFCFCF. Windows color (decimal): -2700330 or 14076886. OLE color: 14076886.

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

Color convert

RGB 214 203 214 -
CMYK 0 0.05 0 0.16
HSL 300º 0.12% 0.82% -
HSV(B) 300º 0.05% 0.84% -
XYZ 61.23 61.86 72.33 -
YUV 207.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 214 203 214 0 0.05 0 0.16 300 0.12 0.82
Hex D6 CB D6 0 5 0 10 12C C 52
Octal 326 313 326 0 5 0 20 454 14 122
Binary 11010110 11001011 11010110 0 101 0 10000 100101100 1100 1010010

Color Harmonies of #D6CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBD6

Black with #D6CBD6

Text Example


Text Example

White with #D6CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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