Html Css Color HEX #D0BBCF Thistle

📋 copy color: '#D0BBCF'

red 208 ◦ green 187 ◦ blue 207

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

Shades of Thistle #D0BBCF

Tints of Thistle #D0BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

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

R = 34.55%
G = 31.06%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0BBCF (or 0xD0BBCF) is known color: Thistle. HEX triplet: D0, BB and CF. RGB value is (208,187,207). Sum of RGB (Red+Green+Blue) = 208+187+207=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCF is #2F4430. Grayscale: #C3C3C3. Windows color (decimal): -3097649 or 13614032. OLE color: 13614032.

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

Color convert

RGB 208 187 207 -
CMYK 0 0.10 0.00 0.18
HSL 302.86º 0.18% 0.77% -
HSV(B) 302.86º 0.1% 0.82% -
XYZ 55.05 53.46 66.45 -
YUV 195.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 208 187 207 0 0.10 0.00 0.18 302.86 0.18 0.77
Hex D0 BB CF 0 A 0 12 12F 12 4D
Octal 320 273 317 0 12 0 22 457 22 115
Binary 11010000 10111011 11001111 0 1010 0 10010 100101111 10010 1001101

Color Harmonies of #D0BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBCF

Black with #D0BBCF

Text Example


Text Example

White with #D0BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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