Html Css Color HEX #D5C8D3 Thistle

📋 copy color: '#D5C8D3'

red 213 ◦ green 200 ◦ blue 211

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

Shades of Thistle #D5C8D3

Tints of Thistle #D5C8D3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.05%

 BLUE value IS 211 (82.81% from 255) = 33.81%

R = 34.13%
G = 32.05%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D5C8D3 (or 0xD5C8D3) is known color: Thistle. HEX triplet: D5, C8 and D3. RGB value is (213,200,211). Sum of RGB (Red+Green+Blue) = 213+200+211=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8D3 is #2A372C. Grayscale: #CDCDCD. Windows color (decimal): -2766637 or 13879509. OLE color: 13879509.

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

Color convert

RGB 213 200 211 -
CMYK 0 0.06 0.01 0.16
HSL 309.23º 0.13% 0.81% -
HSV(B) 309.23º 0.06% 0.84% -
XYZ 59.85 60.16 70.09 -
YUV 205.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 213 200 211 0 0.06 0.01 0.16 309.23 0.13 0.81
Hex D5 C8 D3 0 6 1 10 135 D 51
Octal 325 310 323 0 6 1 20 465 15 121
Binary 11010101 11001000 11010011 0 110 1 10000 100110101 1101 1010001

Color Harmonies of #D5C8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8D3

Black with #D5C8D3

Text Example


Text Example

White with #D5C8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8D3; }

 p { color: rgb(213,200,211); }

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

background-color css

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

 a { background-color: rgb(213,200,211); }

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

border-color css

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

 span { border-color: rgb(213,200,211); }

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