Html Css Color HEX #DBBACC Twilight

📋 copy color: '#DBBACC'

red 219 ◦ green 186 ◦ blue 204

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

Shades of Twilight #DBBACC

Tints of Twilight #DBBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 35.96%
G = 30.54%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBBACC (or 0xDBBACC) is known color: Twilight. HEX triplet: DB, BA and CC. RGB value is (219,186,204). Sum of RGB (Red+Green+Blue) = 219+186+204=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBACC is #244533. Grayscale: #C5C5C5. Windows color (decimal): -2377012 or 13417179. OLE color: 13417179.

HSL color Cylindrical-coordinate representation of color #DBBACC: hue angle of 327.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBACC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 204 -
CMYK 0 0.15 0.07 0.14
HSL 327.27º 0.31% 0.79% -
HSV(B) 327.27º 0.15% 0.86% -
XYZ 57.67 54.54 64.61 -
YUV 197.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 219 186 204 0 0.15 0.07 0.14 327.27 0.31 0.79
Hex DB BA CC 0 F 7 E 147 1F 4F
Octal 333 272 314 0 17 7 16 507 37 117
Binary 11011011 10111010 11001100 0 1111 111 1110 101000111 11111 1001111

Color Harmonies of #DBBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBACC

Black with #DBBACC

Text Example


Text Example

White with #DBBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBACC; }

 p { color: rgb(219,186,204); }

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

background-color css

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

 a { background-color: rgb(219,186,204); }

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

border-color css

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

 span { border-color: rgb(219,186,204); }

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