#D9BCE0

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

Shades of Thistle #D9BCE0

Tints of Thistle #D9BCE0

Color information

#D9BCE0 (or 0xD9BCE0) is unknown color: approx Thistle. HEX triplet: D9, BC and E0. RGB value is (217,188,224). Sum of RGB (Red+Green+Blue) = 217+188+224=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCE0 is #26431F. Grayscale: #C8C8C8. Windows color (decimal): -2507552 or 14728409. OLE color: 14728409.

HSL color Cylindrical-coordinate representation of color #D9BCE0: hue angle of 288.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BCE0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217188224-
CMYK0.030.1600.12
HSL288.33º36.73%80.78%-
HSV(B)288.33º16.07%87.84%-
XYZ60.0556.178.18-
YUV200.77141.11139.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=34.50%
G=29.89%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171882240.030.1600.12288.3336.7380.78
HexD9BCE03100C1202551
Octal33127434032001444045121
Binary1101100110111100111000001110000011001001000001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCE0; }

 p { color: rgb(217,188,224); }

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

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

 a { background-color: rgb(217,188,224); }

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

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

 span { border-color: rgb(217,188,224); }

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