Html Css Color HEX #DBADC7 Twilight

📋 copy color: '#DBADC7'

red 219 ◦ green 173 ◦ blue 199

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

Shades of Twilight #DBADC7

Tints of Twilight #DBADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.67%

R = 37.06%
G = 29.27%
B = 33.67%

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

#DBADC7 (or 0xDBADC7) is known color: Twilight. HEX triplet: DB, AD and C7. RGB value is (219,173,199). Sum of RGB (Red+Green+Blue) = 219+173+199=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC7 is #245238. Grayscale: #BDBDBD. Windows color (decimal): -2380345 or 13086171. OLE color: 13086171.

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

Color convert

RGB 219 173 199 -
CMYK 0 0.21 0.09 0.14
HSL 326.09º 0.39% 0.77% -
HSV(B) 326.09º 0.21% 0.86% -
XYZ 54.47 49.07 60.63 -
YUV 189.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 219 173 199 0 0.21 0.09 0.14 326.09 0.39 0.77
Hex DB AD C7 0 15 9 E 146 27 4D
Octal 333 255 307 0 25 11 16 506 47 115
Binary 11011011 10101101 11000111 0 10101 1001 1110 101000110 100111 1001101

Color Harmonies of #DBADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADC7

Black with #DBADC7

Text Example


Text Example

White with #DBADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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