#DCBBE1

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

Shades of Thistle #DCBBE1

Tints of Thistle #DCBBE1

Color information

#DCBBE1 (or 0xDCBBE1) is unknown color: approx Thistle. HEX triplet: DC, BB and E1. RGB value is (220,187,225). Sum of RGB (Red+Green+Blue) = 220+187+225=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE1 is #23441E. Grayscale: #C9C9C9. Windows color (decimal): -2311199 or 14793692. OLE color: 14793692.

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

Color convert

RGB220187225-
CMYK0.020.1700.12
HSL292.11º38.78%80.78%-
HSV(B)292.11º16.89%88.24%-
XYZ60.8856.1978.87-
YUV201.2141.43141.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=34.81%
G=29.59%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201872250.020.1700.12292.1138.7880.78
HexDCBBE12110C1242751
Octal33427334122101444447121
Binary1101110010111011111000011010001011001001001001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBE1; }

 p { color: rgb(220,187,225); }

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

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

 a { background-color: rgb(220,187,225); }

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

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

 span { border-color: rgb(220,187,225); }

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