Html Css Color HEX #D0B3CE Thistle

📋 copy color: '#D0B3CE'

red 208 ◦ green 179 ◦ blue 206

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

Shades of Thistle #D0B3CE

Tints of Thistle #D0B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.19%

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

R = 35.08%
G = 30.19%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0B3CE (or 0xD0B3CE) is known color: Thistle. HEX triplet: D0, B3 and CE. RGB value is (208,179,206). Sum of RGB (Red+Green+Blue) = 208+179+206=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3CE is #2F4C31. Grayscale: #BEBEBE. Windows color (decimal): -3099698 or 13546448. OLE color: 13546448.

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

Color convert

RGB 208 179 206 -
CMYK 0 0.14 0.01 0.18
HSL 304.14º 0.24% 0.76% -
HSV(B) 304.14º 0.14% 0.82% -
XYZ 53.27 50.11 65.26 -
YUV 190.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 208 179 206 0 0.14 0.01 0.18 304.14 0.24 0.76
Hex D0 B3 CE 0 E 1 12 130 18 4C
Octal 320 263 316 0 16 1 22 460 30 114
Binary 11010000 10110011 11001110 0 1110 1 10010 100110000 11000 1001100

Color Harmonies of #D0B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B3CE

Black with #D0B3CE

Text Example


Text Example

White with #D0B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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