Html Css Color HEX #DBACC5 Twilight

📋 copy color: '#DBACC5'

red 219 ◦ green 172 ◦ blue 197

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

Shades of Twilight #DBACC5

Tints of Twilight #DBACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 37.24%
G = 29.25%
B = 33.5%

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

#DBACC5 (or 0xDBACC5) is known color: Twilight. HEX triplet: DB, AC and C5. RGB value is (219,172,197). Sum of RGB (Red+Green+Blue) = 219+172+197=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC5 is #24533A. Grayscale: #BCBCBC. Windows color (decimal): -2380603 or 12954843. OLE color: 12954843.

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

Color convert

RGB 219 172 197 -
CMYK 0 0.21 0.10 0.14
HSL 328.09º 0.39% 0.77% -
HSV(B) 328.09º 0.21% 0.86% -
XYZ 54.04 48.6 59.35 -
YUV 188.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 219 172 197 0 0.21 0.10 0.14 328.09 0.39 0.77
Hex DB AC C5 0 15 A E 148 27 4D
Octal 333 254 305 0 25 12 16 510 47 115
Binary 11011011 10101100 11000101 0 10101 1010 1110 101001000 100111 1001101

Color Harmonies of #DBACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACC5

Black with #DBACC5

Text Example


Text Example

White with #DBACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACC5; }

 p { color: rgb(219,172,197); }

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

background-color css

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

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

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

border-color css

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

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

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