Html Css Color HEX #DBAFC6 Twilight

📋 copy color: '#DBAFC6'

red 219 ◦ green 175 ◦ blue 198

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

Shades of Twilight #DBAFC6

Tints of Twilight #DBAFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.56%

 BLUE value IS 198 (77.73% from 255) = 33.45%

R = 36.99%
G = 29.56%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBAFC6 (or 0xDBAFC6) is known color: Twilight. HEX triplet: DB, AF and C6. RGB value is (219,175,198). Sum of RGB (Red+Green+Blue) = 219+175+198=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC6 is #245039. Grayscale: #BEBEBE. Windows color (decimal): -2379834 or 13021147. OLE color: 13021147.

HSL color Cylindrical-coordinate representation of color #DBAFC6: hue angle of 328.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFC6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 198 -
CMYK 0 0.20 0.10 0.14
HSL 328.64º 0.38% 0.77% -
HSV(B) 328.64º 0.2% 0.86% -
XYZ 54.74 49.8 60.15 -
YUV 190.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 219 175 198 0 0.20 0.10 0.14 328.64 0.38 0.77
Hex DB AF C6 0 14 A E 149 26 4D
Octal 333 257 306 0 24 12 16 511 46 115
Binary 11011011 10101111 11000110 0 10100 1010 1110 101001001 100110 1001101

Color Harmonies of #DBAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFC6

Black with #DBAFC6

Text Example


Text Example

White with #DBAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFC6; }

 p { color: rgb(219,175,198); }

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

background-color css

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

 a { background-color: rgb(219,175,198); }

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

border-color css

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

 span { border-color: rgb(219,175,198); }

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