Html Css Color HEX #D5C9D6 Thistle

📋 copy color: '#D5C9D6'

red 213 ◦ green 201 ◦ blue 214

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

Shades of Thistle #D5C9D6

Tints of Thistle #D5C9D6

RGB

 RED value IS 213 (83.59% from 255) = 33.92%

 GREEN value IS 201 (78.91% from 255) = 32.01%

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

R = 33.92%
G = 32.01%
B = 34.08%

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

#D5C9D6 (or 0xD5C9D6) is known color: Thistle. HEX triplet: D5, C9 and D6. RGB value is (213,201,214). Sum of RGB (Red+Green+Blue) = 213+201+214=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5C9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9D6 is #2A3629. Grayscale: #CECECE. Windows color (decimal): -2766378 or 14076373. OLE color: 14076373.

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

Color convert

RGB 213 201 214 -
CMYK 0.00 0.06 0 0.16
HSL 295.38º 0.14% 0.81% -
HSV(B) 295.38º 0.06% 0.84% -
XYZ 60.46 60.77 72.16 -
YUV 206.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 213 201 214 0.00 0.06 0 0.16 295.38 0.14 0.81
Hex D5 C9 D6 0 6 0 10 127 E 51
Octal 325 311 326 0 6 0 20 447 16 121
Binary 11010101 11001001 11010110 0 110 0 10000 100100111 1110 1010001

Color Harmonies of #D5C9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9D6

Black with #D5C9D6

Text Example


Text Example

White with #D5C9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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