Html Css Color HEX #D7C8DB Thistle

📋 copy color: '#D7C8DB'

red 215 ◦ green 200 ◦ blue 219

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

Shades of Thistle #D7C8DB

Tints of Thistle #D7C8DB

RGB

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

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

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

R = 33.91%
G = 31.55%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7C8DB (or 0xD7C8DB) is known color: Thistle. HEX triplet: D7, C8 and DB. RGB value is (215,200,219). Sum of RGB (Red+Green+Blue) = 215+200+219=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8DB is #283724. Grayscale: #CECECE. Windows color (decimal): -2635557 or 14403799. OLE color: 14403799.

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

Color convert

RGB 215 200 219 -
CMYK 0.02 0.09 0 0.14
HSL 287.37º 0.21% 0.82% -
HSV(B) 287.37º 0.09% 0.86% -
XYZ 61.46 60.87 75.53 -
YUV 206.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 215 200 219 0.02 0.09 0 0.14 287.37 0.21 0.82
Hex D7 C8 DB 2 9 0 E 11F 15 52
Octal 327 310 333 2 11 0 16 437 25 122
Binary 11010111 11001000 11011011 10 1001 0 1110 100011111 10101 1010010

Color Harmonies of #D7C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C8DB

Black with #D7C8DB

Text Example


Text Example

White with #D7C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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