Html Css Color HEX #D6CAD7 Thistle

📋 copy color: '#D6CAD7'

red 214 ◦ green 202 ◦ blue 215

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

Shades of Thistle #D6CAD7

Tints of Thistle #D6CAD7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.01%

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

R = 33.91%
G = 32.01%
B = 34.07%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6CAD7 (or 0xD6CAD7) is known color: Thistle. HEX triplet: D6, CA and D7. RGB value is (214,202,215). Sum of RGB (Red+Green+Blue) = 214+202+215=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAD7 is #293528. Grayscale: #CFCFCF. Windows color (decimal): -2700585 or 14142166. OLE color: 14142166.

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

Color convert

RGB 214 202 215 -
CMYK 0.00 0.06 0 0.16
HSL 295.38º 0.14% 0.82% -
HSV(B) 295.38º 0.06% 0.84% -
XYZ 61.12 61.44 72.93 -
YUV 207.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 214 202 215 0.00 0.06 0 0.16 295.38 0.14 0.82
Hex D6 CA D7 0 6 0 10 127 E 52
Octal 326 312 327 0 6 0 20 447 16 122
Binary 11010110 11001010 11010111 0 110 0 10000 100100111 1110 1010010

Color Harmonies of #D6CAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CAD7

Black with #D6CAD7

Text Example


Text Example

White with #D6CAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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