#DBCED9

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

Shades of Thistle #DBCED9

Tints of Thistle #DBCED9

Color information

#DBCED9 (or 0xDBCED9) is unknown color: approx Thistle. HEX triplet: DB, CE and D9. RGB value is (219,206,217). Sum of RGB (Red+Green+Blue) = 219+206+217=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCED9 is #243126. Grayscale: #D3D3D3. Windows color (decimal): -2371879 or 14274267. OLE color: 14274267.

HSL color Cylindrical-coordinate representation of color #DBCED9: hue angle of 309.23º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCED9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219206217-
CMYK00.060.010.14
HSL309.23º15.29%83.33%-
HSV(B)309.23º5.94%85.88%-
XYZ63.8164.2174.68-
YUV211.14131.31133.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=34.11%
G=32.09%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920621700.060.010.14309.2315.2983.33
HexDBCED9061E135f53
Octal3333163310611646517123
Binary11011011110011101101100101101111010011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCED9; }

 p { color: rgb(219,206,217); }

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

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

 a { background-color: rgb(219,206,217); }

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

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

 span { border-color: rgb(219,206,217); }

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