#DBCFDA

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

Shades of Thistle #DBCFDA

Tints of Thistle #DBCFDA

Color information

#DBCFDA (or 0xDBCFDA) is unknown color: approx Thistle. HEX triplet: DB, CF and DA. RGB value is (219,207,218). Sum of RGB (Red+Green+Blue) = 219+207+218=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFDA is #243025. Grayscale: #D3D3D3. Windows color (decimal): -2371622 or 14340059. OLE color: 14340059.

HSL color Cylindrical-coordinate representation of color #DBCFDA: hue angle of 305º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBCFDA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219207218-
CMYK00.050.000.14
HSL305º14.29%83.53%-
HSV(B)305º5.48%85.88%-
XYZ64.1864.7575.44-
YUV211.84131.48133.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=34.01%
G=32.14%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920721800.050.000.1430514.2983.53
HexDBCFDA050E131e54
Octal3333173320501646116124
Binary11011011110011111101101001010111010011000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFDA; }

 p { color: rgb(219,207,218); }

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

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

 a { background-color: rgb(219,207,218); }

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

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

 span { border-color: rgb(219,207,218); }

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