Html Css Color HEX #DBADC8 Twilight

📋 copy color: '#DBADC8'

red 219 ◦ green 173 ◦ blue 200

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

Shades of Twilight #DBADC8

Tints of Twilight #DBADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 36.99%
G = 29.22%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBADC8 (or 0xDBADC8) is known color: Twilight. HEX triplet: DB, AD and C8. RGB value is (219,173,200). Sum of RGB (Red+Green+Blue) = 219+173+200=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC8 is #245237. Grayscale: #BDBDBD. Windows color (decimal): -2380344 or 13151707. OLE color: 13151707.

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

Color convert

RGB 219 173 200 -
CMYK 0 0.21 0.09 0.14
HSL 324.78º 0.39% 0.77% -
HSV(B) 324.78º 0.21% 0.86% -
XYZ 54.58 49.12 61.25 -
YUV 189.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 219 173 200 0 0.21 0.09 0.14 324.78 0.39 0.77
Hex DB AD C8 0 15 9 E 145 27 4D
Octal 333 255 310 0 25 11 16 505 47 115
Binary 11011011 10101101 11001000 0 10101 1001 1110 101000101 100111 1001101

Color Harmonies of #DBADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADC8

Black with #DBADC8

Text Example


Text Example

White with #DBADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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