Html Css Color HEX #D0B4CF Thistle

📋 copy color: '#D0B4CF'

red 208 ◦ green 180 ◦ blue 207

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

Shades of Thistle #D0B4CF

Tints of Thistle #D0B4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.25%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 34.96%
G = 30.25%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0B4CF (or 0xD0B4CF) is known color: Thistle. HEX triplet: D0, B4 and CF. RGB value is (208,180,207). Sum of RGB (Red+Green+Blue) = 208+180+207=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4CF is #2F4B30. Grayscale: #BFBFBF. Windows color (decimal): -3099441 or 13612240. OLE color: 13612240.

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

Color convert

RGB 208 180 207 -
CMYK 0 0.13 0.00 0.18
HSL 302.14º 0.23% 0.76% -
HSV(B) 302.14º 0.13% 0.82% -
XYZ 53.6 50.56 65.97 -
YUV 191.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 208 180 207 0 0.13 0.00 0.18 302.14 0.23 0.76
Hex D0 B4 CF 0 D 0 12 12E 17 4C
Octal 320 264 317 0 15 0 22 456 27 114
Binary 11010000 10110100 11001111 0 1101 0 10010 100101110 10111 1001100

Color Harmonies of #D0B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B4CF

Black with #D0B4CF

Text Example


Text Example

White with #D0B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B4CF; }

 p { color: rgb(208,180,207); }

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

background-color css

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

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

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

border-color css

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

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

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