Html Css Color HEX #DBBDE3 Thistle

📋 copy color: '#DBBDE3'

red 219 ◦ green 189 ◦ blue 227

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

Shades of Thistle #DBBDE3

Tints of Thistle #DBBDE3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.76%

 BLUE value IS 227 (89.06% from 255) = 35.75%

R = 34.49%
G = 29.76%
B = 35.75%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBBDE3 (or 0xDBBDE3) is known color: Thistle. HEX triplet: DB, BD and E3. RGB value is (219,189,227). Sum of RGB (Red+Green+Blue) = 219+189+227=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE3 is #24421C. Grayscale: #CACACA. Windows color (decimal): -2376221 or 14925275. OLE color: 14925275.

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

Color convert

RGB 219 189 227 -
CMYK 0.04 0.17 0 0.11
HSL 287.37º 0.4% 0.82% -
HSV(B) 287.37º 0.17% 0.89% -
XYZ 61.28 57 80.45 -
YUV 202.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 219 189 227 0.04 0.17 0 0.11 287.37 0.4 0.82
Hex DB BD E3 4 11 0 B 11F 28 52
Octal 333 275 343 4 21 0 13 437 50 122
Binary 11011011 10111101 11100011 100 10001 0 1011 100011111 101000 1010010

Color Harmonies of #DBBDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDE3

Black with #DBBDE3

Text Example


Text Example

White with #DBBDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDE3; }

 p { color: rgb(219,189,227); }

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

background-color css

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

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

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

border-color css

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

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

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