Html Css Color HEX #DBADC6 Twilight

📋 copy color: '#DBADC6'

red 219 ◦ green 173 ◦ blue 198

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

Shades of Twilight #DBADC6

Tints of Twilight #DBADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.32%

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 37.12%
G = 29.32%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBADC6 (or 0xDBADC6) is known color: Twilight. HEX triplet: DB, AD and C6. RGB value is (219,173,198). Sum of RGB (Red+Green+Blue) = 219+173+198=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC6 is #245239. Grayscale: #BDBDBD. Windows color (decimal): -2380346 or 13020635. OLE color: 13020635.

HSL color Cylindrical-coordinate representation of color #DBADC6: hue angle of 327.39º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADC6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 198 -
CMYK 0 0.21 0.10 0.14
HSL 327.39º 0.39% 0.77% -
HSV(B) 327.39º 0.21% 0.86% -
XYZ 54.35 49.02 60.02 -
YUV 189.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 219 173 198 0 0.21 0.10 0.14 327.39 0.39 0.77
Hex DB AD C6 0 15 A E 147 27 4D
Octal 333 255 306 0 25 12 16 507 47 115
Binary 11011011 10101101 11000110 0 10101 1010 1110 101000111 100111 1001101

Color Harmonies of #DBADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADC6

Black with #DBADC6

Text Example


Text Example

White with #DBADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADC6; }

 p { color: rgb(219,173,198); }

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

background-color css

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

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

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

border-color css

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

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

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