Html Css Color HEX #D0BDCD Thistle

📋 copy color: '#D0BDCD'

red 208 ◦ green 189 ◦ blue 205

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

Shades of Thistle #D0BDCD

Tints of Thistle #D0BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.4%

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 34.55%
G = 31.4%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0BDCD (or 0xD0BDCD) is known color: Thistle. HEX triplet: D0, BD and CD. RGB value is (208,189,205). Sum of RGB (Red+Green+Blue) = 208+189+205=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDCD is #2F4232. Grayscale: #C4C4C4. Windows color (decimal): -3097139 or 13483472. OLE color: 13483472.

HSL color Cylindrical-coordinate representation of color #D0BDCD: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BDCD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 189 205 -
CMYK 0 0.09 0.01 0.18
HSL 309.47º 0.17% 0.78% -
HSV(B) 309.47º 0.09% 0.82% -
XYZ 55.23 54.21 65.31 -
YUV 196.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 208 189 205 0 0.09 0.01 0.18 309.47 0.17 0.78
Hex D0 BD CD 0 9 1 12 135 11 4E
Octal 320 275 315 0 11 1 22 465 21 116
Binary 11010000 10111101 11001101 0 1001 1 10010 100110101 10001 1001110

Color Harmonies of #D0BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDCD

Black with #D0BDCD

Text Example


Text Example

White with #D0BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDCD; }

 p { color: rgb(208,189,205); }

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

background-color css

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

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

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

border-color css

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

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

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