#D0BECF

Color #D0BECF Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D0BECF

Tints of Thistle #D0BECF

Color information

#D0BECF (or 0xD0BECF) is unknown color: approx Thistle. HEX triplet: D0, BE and CF. RGB value is (208,190,207). Sum of RGB (Red+Green+Blue) = 208+190+207=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BECF is #2F4130. Grayscale: #C5C5C5. Windows color (decimal): -3096881 or 13614800. OLE color: 13614800.

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

Color convert

RGB208190207-
CMYK00.090.000.18
HSL303.33º16.07%78.04%-
HSV(B)303.33º8.65%81.57%-
XYZ55.6954.7466.66-
YUV197.32133.46135.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=34.38%
G=31.40%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819020700.090.000.18303.3316.0778.04
HexD0BECF0901212f104e
Octal32027631701102245720116
Binary11010000101111101100111101001010010100101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BECF; }

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

 H1.HeaderClassName
 {
   color: #D0BECF;
 }
 .AnyTagClassName
 {
   color: #D0BECF;
 }
</style>
background-color css

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

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

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

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

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

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