Html Css Color HEX #D8CAD5 Thistle

📋 copy color: '#D8CAD5'

red 216 ◦ green 202 ◦ blue 213

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

Shades of Thistle #D8CAD5

Tints of Thistle #D8CAD5

RGB

 RED value IS 216 (84.77% from 255) = 34.23%

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

 BLUE value IS 213 (83.59% from 255) = 33.76%

R = 34.23%
G = 32.01%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8CAD5 (or 0xD8CAD5) is known color: Thistle. HEX triplet: D8, CA and D5. RGB value is (216,202,213). Sum of RGB (Red+Green+Blue) = 216+202+213=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAD5 is #27352A. Grayscale: #CFCFCF. Windows color (decimal): -2569515 or 14011096. OLE color: 14011096.

HSL color Cylindrical-coordinate representation of color #D8CAD5: hue angle of 312.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CAD5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 213 -
CMYK 0 0.06 0.01 0.15
HSL 312.86º 0.15% 0.82% -
HSV(B) 312.86º 0.06% 0.85% -
XYZ 61.45 61.64 71.61 -
YUV 207.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 216 202 213 0 0.06 0.01 0.15 312.86 0.15 0.82
Hex D8 CA D5 0 6 1 F 139 F 52
Octal 330 312 325 0 6 1 17 471 17 122
Binary 11011000 11001010 11010101 0 110 1 1111 100111001 1111 1010010

Color Harmonies of #D8CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAD5

Black with #D8CAD5

Text Example


Text Example

White with #D8CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAD5; }

 p { color: rgb(216,202,213); }

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

background-color css

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

 a { background-color: rgb(216,202,213); }

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

border-color css

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

 span { border-color: rgb(216,202,213); }

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