Html Css Color HEX #D7C0DB Thistle

📋 copy color: '#D7C0DB'

red 215 ◦ green 192 ◦ blue 219

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

Shades of Thistle #D7C0DB

Tints of Thistle #D7C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.67%

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

R = 34.35%
G = 30.67%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7C0DB (or 0xD7C0DB) is known color: Thistle. HEX triplet: D7, C0 and DB. RGB value is (215,192,219). Sum of RGB (Red+Green+Blue) = 215+192+219=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0DB is #283F24. Grayscale: #C9C9C9. Windows color (decimal): -2637605 or 14401751. OLE color: 14401751.

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

Color convert

RGB 215 192 219 -
CMYK 0.02 0.12 0 0.14
HSL 291.11º 0.27% 0.81% -
HSV(B) 291.11º 0.12% 0.86% -
XYZ 59.66 57.26 74.93 -
YUV 201.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 215 192 219 0.02 0.12 0 0.14 291.11 0.27 0.81
Hex D7 C0 DB 2 C 0 E 123 1B 51
Octal 327 300 333 2 14 0 16 443 33 121
Binary 11010111 11000000 11011011 10 1100 0 1110 100100011 11011 1010001

Color Harmonies of #D7C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C0DB

Black with #D7C0DB

Text Example


Text Example

White with #D7C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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