Html Css Color HEX #DBCEDB Thistle

📋 copy color: '#DBCEDB'

red 219 ◦ green 206 ◦ blue 219

#DBCEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DBCEDB

Tints of Thistle #DBCEDB

RGB

 RED value IS 219 (85.94% from 255) = 34.01%

 GREEN value IS 206 (80.86% from 255) = 31.99%

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 34.01%
G = 31.99%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBCEDB (or 0xDBCEDB) is known color: Thistle. HEX triplet: DB, CE and DB. RGB value is (219,206,219). Sum of RGB (Red+Green+Blue) = 219+206+219=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEDB is #243124. Grayscale: #D3D3D3. Windows color (decimal): -2371877 or 14405339. OLE color: 14405339.

HSL color Cylindrical-coordinate representation of color #DBCEDB: hue angle of 300º 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 #DBCEDB is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 206 219 -
CMYK 0 0.06 0 0.14
HSL 300º 0.15% 0.83% -
HSV(B) 300º 0.06% 0.86% -
XYZ 64.07 64.32 76.06 -
YUV 211.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 219 206 219 0 0.06 0 0.14 300 0.15 0.83
Hex DB CE DB 0 6 0 E 12C F 53
Octal 333 316 333 0 6 0 16 454 17 123
Binary 11011011 11001110 11011011 0 110 0 1110 100101100 1111 1010011

Color Harmonies of #DBCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCEDB

Black with #DBCEDB

Text Example


Text Example

White with #DBCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCEDB; }

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

 H1.HeaderClassName
 {
   color: #DBCEDB;
 }
 .AnyTagClassName
 {
   color: #DBCEDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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