Html Css Color HEX #D7C3DB Thistle

📋 copy color: '#D7C3DB'

red 215 ◦ green 195 ◦ blue 219

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

Shades of Thistle #D7C3DB

Tints of Thistle #D7C3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.82%

R = 34.18%
G = 31%
B = 34.82%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7C3DB (or 0xD7C3DB) is known color: Thistle. HEX triplet: D7, C3 and DB. RGB value is (215,195,219). Sum of RGB (Red+Green+Blue) = 215+195+219=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3DB is #283C24. Grayscale: #CBCBCB. Windows color (decimal): -2636837 or 14402519. OLE color: 14402519.

HSL color Cylindrical-coordinate representation of color #D7C3DB: hue angle of 290º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C3DB is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 195 219 -
CMYK 0.02 0.11 0 0.14
HSL 290º 0.25% 0.81% -
HSV(B) 290º 0.11% 0.86% -
XYZ 60.33 58.59 75.15 -
YUV 203.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 215 195 219 0.02 0.11 0 0.14 290 0.25 0.81
Hex D7 C3 DB 2 B 0 E 122 19 51
Octal 327 303 333 2 13 0 16 442 31 121
Binary 11010111 11000011 11011011 10 1011 0 1110 100100010 11001 1010001

Color Harmonies of #D7C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C3DB

Black with #D7C3DB

Text Example


Text Example

White with #D7C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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