Html Css Color HEX #D0BECE Thistle

📋 copy color: '#D0BECE'

red 208 ◦ green 190 ◦ blue 206

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

Shades of Thistle #D0BECE

Tints of Thistle #D0BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

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

R = 34.44%
G = 31.46%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0BECE (or 0xD0BECE) is known color: Thistle. HEX triplet: D0, BE and CE. RGB value is (208,190,206). Sum of RGB (Red+Green+Blue) = 208+190+206=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BECE is #2F4131. Grayscale: #C5C5C5. Windows color (decimal): -3096882 or 13549264. OLE color: 13549264.

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

Color convert

RGB 208 190 206 -
CMYK 0 0.09 0.01 0.18
HSL 306.67º 0.16% 0.78% -
HSV(B) 306.67º 0.09% 0.82% -
XYZ 55.57 54.69 66.02 -
YUV 197.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 208 190 206 0 0.09 0.01 0.18 306.67 0.16 0.78
Hex D0 BE CE 0 9 1 12 133 10 4E
Octal 320 276 316 0 11 1 22 463 20 116
Binary 11010000 10111110 11001110 0 1001 1 10010 100110011 10000 1001110

Color Harmonies of #D0BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BECE

Black with #D0BECE

Text Example


Text Example

White with #D0BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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