Html Css Color HEX #D0BFCE Thistle

📋 copy color: '#D0BFCE'

red 208 ◦ green 191 ◦ blue 206

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

Shades of Thistle #D0BFCE

Tints of Thistle #D0BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 31.57%

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

R = 34.38%
G = 31.57%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0BFCE (or 0xD0BFCE) is known color: Thistle. HEX triplet: D0, BF and CE. RGB value is (208,191,206). Sum of RGB (Red+Green+Blue) = 208+191+206=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCE is #2F4031. Grayscale: #C5C5C5. Windows color (decimal): -3096626 or 13549520. OLE color: 13549520.

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

Color convert

RGB 208 191 206 -
CMYK 0 0.08 0.01 0.18
HSL 307.06º 0.15% 0.78% -
HSV(B) 307.06º 0.08% 0.82% -
XYZ 55.78 55.13 66.09 -
YUV 197.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 208 191 206 0 0.08 0.01 0.18 307.06 0.15 0.78
Hex D0 BF CE 0 8 1 12 133 F 4E
Octal 320 277 316 0 10 1 22 463 17 116
Binary 11010000 10111111 11001110 0 1000 1 10010 100110011 1111 1001110

Color Harmonies of #D0BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFCE

Black with #D0BFCE

Text Example


Text Example

White with #D0BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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