Html Css Color HEX #DBAFC8 Twilight

📋 copy color: '#DBAFC8'

red 219 ◦ green 175 ◦ blue 200

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

Shades of Twilight #DBAFC8

Tints of Twilight #DBAFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 36.87%
G = 29.46%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBAFC8 (or 0xDBAFC8) is known color: Twilight. HEX triplet: DB, AF and C8. RGB value is (219,175,200). Sum of RGB (Red+Green+Blue) = 219+175+200=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC8 is #245037. Grayscale: #BEBEBE. Windows color (decimal): -2379832 or 13152219. OLE color: 13152219.

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

Color convert

RGB 219 175 200 -
CMYK 0 0.20 0.09 0.14
HSL 325.91º 0.38% 0.77% -
HSV(B) 325.91º 0.2% 0.86% -
XYZ 54.97 49.89 61.38 -
YUV 191.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 219 175 200 0 0.20 0.09 0.14 325.91 0.38 0.77
Hex DB AF C8 0 14 9 E 146 26 4D
Octal 333 257 310 0 24 11 16 506 46 115
Binary 11011011 10101111 11001000 0 10100 1001 1110 101000110 100110 1001101

Color Harmonies of #DBAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFC8

Black with #DBAFC8

Text Example


Text Example

White with #DBAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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