Html Css Color HEX #D0BDCE Thistle

📋 copy color: '#D0BDCE'

red 208 ◦ green 189 ◦ blue 206

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

Shades of Thistle #D0BDCE

Tints of Thistle #D0BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 34.49%
G = 31.34%
B = 34.16%

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

#D0BDCE (or 0xD0BDCE) is known color: Thistle. HEX triplet: D0, BD and CE. RGB value is (208,189,206). Sum of RGB (Red+Green+Blue) = 208+189+206=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDCE is #2F4231. Grayscale: #C4C4C4. Windows color (decimal): -3097138 or 13549008. OLE color: 13549008.

HSL color Cylindrical-coordinate representation of color #D0BDCE: hue angle of 306.32º 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 #D0BDCE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 189 206 -
CMYK 0 0.09 0.01 0.18
HSL 306.32º 0.17% 0.78% -
HSV(B) 306.32º 0.09% 0.82% -
XYZ 55.35 54.26 65.95 -
YUV 196.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 208 189 206 0 0.09 0.01 0.18 306.32 0.17 0.78
Hex D0 BD CE 0 9 1 12 132 11 4E
Octal 320 275 316 0 11 1 22 462 21 116
Binary 11010000 10111101 11001110 0 1001 1 10010 100110010 10001 1001110

Color Harmonies of #D0BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDCE

Black with #D0BDCE

Text Example


Text Example

White with #D0BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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