Html Css Color HEX #D0B9CF Thistle

📋 copy color: '#D0B9CF'

red 208 ◦ green 185 ◦ blue 207

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

Shades of Thistle #D0B9CF

Tints of Thistle #D0B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.83%

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

R = 34.67%
G = 30.83%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0B9CF (or 0xD0B9CF) is known color: Thistle. HEX triplet: D0, B9 and CF. RGB value is (208,185,207). Sum of RGB (Red+Green+Blue) = 208+185+207=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B9CF is #2F4630. Grayscale: #C2C2C2. Windows color (decimal): -3098161 or 13613520. OLE color: 13613520.

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

Color convert

RGB 208 185 207 -
CMYK 0 0.11 0.00 0.18
HSL 302.61º 0.2% 0.77% -
HSV(B) 302.61º 0.11% 0.82% -
XYZ 54.62 52.61 66.31 -
YUV 194.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 208 185 207 0 0.11 0.00 0.18 302.61 0.2 0.77
Hex D0 B9 CF 0 B 0 12 12F 14 4D
Octal 320 271 317 0 13 0 22 457 24 115
Binary 11010000 10111001 11001111 0 1011 0 10010 100101111 10100 1001101

Color Harmonies of #D0B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B9CF

Black with #D0B9CF

Text Example


Text Example

White with #D0B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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