Html Css Color HEX #DBACC7 Twilight

📋 copy color: '#DBACC7'

red 219 ◦ green 172 ◦ blue 199

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

Shades of Twilight #DBACC7

Tints of Twilight #DBACC7

RGB

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

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

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

R = 37.12%
G = 29.15%
B = 33.73%

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

#DBACC7 (or 0xDBACC7) is known color: Twilight. HEX triplet: DB, AC and C7. RGB value is (219,172,199). Sum of RGB (Red+Green+Blue) = 219+172+199=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC7 is #245338. Grayscale: #BDBDBD. Windows color (decimal): -2380601 or 13085915. OLE color: 13085915.

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

Color convert

RGB 219 172 199 -
CMYK 0 0.21 0.09 0.14
HSL 325.53º 0.39% 0.77% -
HSV(B) 325.53º 0.21% 0.86% -
XYZ 54.27 48.69 60.57 -
YUV 189.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 219 172 199 0 0.21 0.09 0.14 325.53 0.39 0.77
Hex DB AC C7 0 15 9 E 146 27 4D
Octal 333 254 307 0 25 11 16 506 47 115
Binary 11011011 10101100 11000111 0 10101 1001 1110 101000110 100111 1001101

Color Harmonies of #DBACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACC7

Black with #DBACC7

Text Example


Text Example

White with #DBACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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