Html Css Color HEX #D0BBCD Thistle

📋 copy color: '#D0BBCD'

red 208 ◦ green 187 ◦ blue 205

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

Shades of Thistle #D0BBCD

Tints of Thistle #D0BBCD

RGB

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

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

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

R = 34.67%
G = 31.17%
B = 34.17%

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

#D0BBCD (or 0xD0BBCD) is known color: Thistle. HEX triplet: D0, BB and CD. RGB value is (208,187,205). Sum of RGB (Red+Green+Blue) = 208+187+205=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCD is #2F4432. Grayscale: #C3C3C3. Windows color (decimal): -3097651 or 13482960. OLE color: 13482960.

HSL color Cylindrical-coordinate representation of color #D0BBCD: hue angle of 308.57º 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 #D0BBCD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 187 205 -
CMYK 0 0.10 0.01 0.18
HSL 308.57º 0.18% 0.77% -
HSV(B) 308.57º 0.1% 0.82% -
XYZ 54.8 53.36 65.17 -
YUV 195.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 208 187 205 0 0.10 0.01 0.18 308.57 0.18 0.77
Hex D0 BB CD 0 A 1 12 135 12 4D
Octal 320 273 315 0 12 1 22 465 22 115
Binary 11010000 10111011 11001101 0 1010 1 10010 100110101 10010 1001101

Color Harmonies of #D0BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBCD

Black with #D0BBCD

Text Example


Text Example

White with #D0BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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