Html Css Color HEX #DBAFC5 Twilight

📋 copy color: '#DBAFC5'

red 219 ◦ green 175 ◦ blue 197

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

Shades of Twilight #DBAFC5

Tints of Twilight #DBAFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 37.06%
G = 29.61%
B = 33.33%

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

#DBAFC5 (or 0xDBAFC5) is known color: Twilight. HEX triplet: DB, AF and C5. RGB value is (219,175,197). Sum of RGB (Red+Green+Blue) = 219+175+197=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC5 is #24503A. Grayscale: #BEBEBE. Windows color (decimal): -2379835 or 12955611. OLE color: 12955611.

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

Color convert

RGB 219 175 197 -
CMYK 0 0.20 0.10 0.14
HSL 330º 0.38% 0.77% -
HSV(B) 330º 0.2% 0.86% -
XYZ 54.62 49.75 59.55 -
YUV 190.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 219 175 197 0 0.20 0.10 0.14 330 0.38 0.77
Hex DB AF C5 0 14 A E 14A 26 4D
Octal 333 257 305 0 24 12 16 512 46 115
Binary 11011011 10101111 11000101 0 10100 1010 1110 101001010 100110 1001101

Color Harmonies of #DBAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFC5

Black with #DBAFC5

Text Example


Text Example

White with #DBAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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