Html Css Color HEX #DBAFCC Twilight

📋 copy color: '#DBAFCC'

red 219 ◦ green 175 ◦ blue 204

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

Shades of Twilight #DBAFCC

Tints of Twilight #DBAFCC

RGB

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

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

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

R = 36.62%
G = 29.26%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBAFCC (or 0xDBAFCC) is known color: Twilight. HEX triplet: DB, AF and CC. RGB value is (219,175,204). Sum of RGB (Red+Green+Blue) = 219+175+204=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFCC is #245033. Grayscale: #BFBFBF. Windows color (decimal): -2379828 or 13414363. OLE color: 13414363.

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

Color convert

RGB 219 175 204 -
CMYK 0 0.20 0.07 0.14
HSL 320.45º 0.38% 0.77% -
HSV(B) 320.45º 0.2% 0.86% -
XYZ 55.44 50.08 63.87 -
YUV 191.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 219 175 204 0 0.20 0.07 0.14 320.45 0.38 0.77
Hex DB AF CC 0 14 7 E 140 26 4D
Octal 333 257 314 0 24 7 16 500 46 115
Binary 11011011 10101111 11001100 0 10100 111 1110 101000000 100110 1001101

Color Harmonies of #DBAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFCC

Black with #DBAFCC

Text Example


Text Example

White with #DBAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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