Html Css Color HEX #D7C3DD Thistle

📋 copy color: '#D7C3DD'

red 215 ◦ green 195 ◦ blue 221

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

Shades of Thistle #D7C3DD

Tints of Thistle #D7C3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.9%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 34.07%
G = 30.9%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7C3DD (or 0xD7C3DD) is known color: Thistle. HEX triplet: D7, C3 and DD. RGB value is (215,195,221). Sum of RGB (Red+Green+Blue) = 215+195+221=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3DD is #283C22. Grayscale: #CBCBCB. Windows color (decimal): -2636835 or 14533591. OLE color: 14533591.

HSL color Cylindrical-coordinate representation of color #D7C3DD: hue angle of 286.15º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C3DD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 195 221 -
CMYK 0.03 0.12 0 0.13
HSL 286.15º 0.28% 0.82% -
HSV(B) 286.15º 0.12% 0.87% -
XYZ 60.59 58.7 76.54 -
YUV 203.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 215 195 221 0.03 0.12 0 0.13 286.15 0.28 0.82
Hex D7 C3 DD 3 C 0 D 11E 1C 52
Octal 327 303 335 3 14 0 15 436 34 122
Binary 11010111 11000011 11011101 11 1100 0 1101 100011110 11100 1010010

Color Harmonies of #D7C3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C3DD

Black with #D7C3DD

Text Example


Text Example

White with #D7C3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C3DD; }

 p { color: rgb(215,195,221); }

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

background-color css

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

 a { background-color: rgb(215,195,221); }

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

border-color css

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

 span { border-color: rgb(215,195,221); }

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