Html Css Color HEX #D0BAD0 Thistle

📋 copy color: '#D0BAD0'

red 208 ◦ green 186 ◦ blue 208

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

Shades of Thistle #D0BAD0

Tints of Thistle #D0BAD0

RGB

 RED value IS 208 (81.64% from 255) = 34.55%

 GREEN value IS 186 (73.05% from 255) = 30.9%

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 34.55%
G = 30.9%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0BAD0 (or 0xD0BAD0) is known color: Thistle. HEX triplet: D0, BA and D0. RGB value is (208,186,208). Sum of RGB (Red+Green+Blue) = 208+186+208=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD0 is #2F452F. Grayscale: #C3C3C3. Windows color (decimal): -3097904 or 13679312. OLE color: 13679312.

HSL color Cylindrical-coordinate representation of color #D0BAD0: hue angle of 300º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BAD0 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 208 -
CMYK 0 0.11 0 0.18
HSL 300º 0.19% 0.77% -
HSV(B) 300º 0.11% 0.82% -
XYZ 54.96 53.08 67.02 -
YUV 195.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 208 186 208 0 0.11 0 0.18 300 0.19 0.77
Hex D0 BA D0 0 B 0 12 12C 13 4D
Octal 320 272 320 0 13 0 22 454 23 115
Binary 11010000 10111010 11010000 0 1011 0 10010 100101100 10011 1001101

Color Harmonies of #D0BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAD0

Black with #D0BAD0

Text Example


Text Example

White with #D0BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAD0; }

 p { color: rgb(208,186,208); }

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

background-color css

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

 a { background-color: rgb(208,186,208); }

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

border-color css

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

 span { border-color: rgb(208,186,208); }

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