Html Css Color HEX #D0BCCD Thistle

📋 copy color: '#D0BCCD'

red 208 ◦ green 188 ◦ blue 205

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

Shades of Thistle #D0BCCD

Tints of Thistle #D0BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.28%

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

R = 34.61%
G = 31.28%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0BCCD (or 0xD0BCCD) is known color: Thistle. HEX triplet: D0, BC and CD. RGB value is (208,188,205). Sum of RGB (Red+Green+Blue) = 208+188+205=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCCD is #2F4332. Grayscale: #C3C3C3. Windows color (decimal): -3097395 or 13483216. OLE color: 13483216.

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

Color convert

RGB 208 188 205 -
CMYK 0 0.10 0.01 0.18
HSL 309º 0.18% 0.78% -
HSV(B) 309º 0.1% 0.82% -
XYZ 55.02 53.78 65.24 -
YUV 195.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 208 188 205 0 0.10 0.01 0.18 309 0.18 0.78
Hex D0 BC CD 0 A 1 12 135 12 4E
Octal 320 274 315 0 12 1 22 465 22 116
Binary 11010000 10111100 11001101 0 1010 1 10010 100110101 10010 1001110

Color Harmonies of #D0BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BCCD

Black with #D0BCCD

Text Example


Text Example

White with #D0BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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