Html Css Color HEX #DBACC4 Twilight

📋 copy color: '#DBACC4'

red 219 ◦ green 172 ◦ blue 196

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

Shades of Twilight #DBACC4

Tints of Twilight #DBACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.39%

R = 37.31%
G = 29.3%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBACC4 (or 0xDBACC4) is known color: Twilight. HEX triplet: DB, AC and C4. RGB value is (219,172,196). Sum of RGB (Red+Green+Blue) = 219+172+196=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC4 is #24533B. Grayscale: #BCBCBC. Windows color (decimal): -2380604 or 12889307. OLE color: 12889307.

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

Color convert

RGB 219 172 196 -
CMYK 0 0.21 0.11 0.14
HSL 329.36º 0.39% 0.77% -
HSV(B) 329.36º 0.21% 0.86% -
XYZ 53.93 48.55 58.75 -
YUV 188.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 219 172 196 0 0.21 0.11 0.14 329.36 0.39 0.77
Hex DB AC C4 0 15 B E 149 27 4D
Octal 333 254 304 0 25 13 16 511 47 115
Binary 11011011 10101100 11000100 0 10101 1011 1110 101001001 100111 1001101

Color Harmonies of #DBACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACC4

Black with #DBACC4

Text Example


Text Example

White with #DBACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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