Html Css Color HEX #D9CAD8 Thistle

📋 copy color: '#D9CAD8'

red 217 ◦ green 202 ◦ blue 216

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

Shades of Thistle #D9CAD8

Tints of Thistle #D9CAD8

RGB

 RED value IS 217 (85.16% from 255) = 34.17%

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

 BLUE value IS 216 (84.77% from 255) = 34.02%

R = 34.17%
G = 31.81%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D9CAD8 (or 0xD9CAD8) is known color: Thistle. HEX triplet: D9, CA and D8. RGB value is (217,202,216). Sum of RGB (Red+Green+Blue) = 217+202+216=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAD8 is #263527. Grayscale: #D0D0D0. Windows color (decimal): -2503976 or 14207705. OLE color: 14207705.

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

Color convert

RGB 217 202 216 -
CMYK 0 0.07 0.00 0.15
HSL 304º 0.16% 0.82% -
HSV(B) 304º 0.07% 0.85% -
XYZ 62.13 61.95 73.65 -
YUV 208.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 217 202 216 0 0.07 0.00 0.15 304 0.16 0.82
Hex D9 CA D8 0 7 0 F 130 10 52
Octal 331 312 330 0 7 0 17 460 20 122
Binary 11011001 11001010 11011000 0 111 0 1111 100110000 10000 1010010

Color Harmonies of #D9CAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAD8

Black with #D9CAD8

Text Example


Text Example

White with #D9CAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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