#DBBFE4

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

Shades of Thistle #DBBFE4

Tints of Thistle #DBBFE4

Color information

#DBBFE4 (or 0xDBBFE4) is unknown color: approx Thistle. HEX triplet: DB, BF and E4. RGB value is (219,191,228). Sum of RGB (Red+Green+Blue) = 219+191+228=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE4 is #24401B. Grayscale: #CBCBCB. Windows color (decimal): -2375708 or 14991323. OLE color: 14991323.

HSL color Cylindrical-coordinate representation of color #DBBFE4: hue angle of 285.41º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBFE4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219191228-
CMYK0.040.1600.11
HSL285.41º40.66%82.16%-
HSV(B)285.41º16.23%89.41%-
XYZ61.8557.9281.32-
YUV203.59141.78138.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=34.33%
G=29.94%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191912280.040.1600.11285.4140.6682.16
HexDBBFE44100B11d2952
Octal33327734442001343551122
Binary11011011101111111110010010010000010111000111011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFE4; }

 p { color: rgb(219,191,228); }

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

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

 a { background-color: rgb(219,191,228); }

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

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

 span { border-color: rgb(219,191,228); }

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