#DBBFCF

Color #DBBFCF Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DBBFCF

Tints of Twilight #DBBFCF

Color information

#DBBFCF (or 0xDBBFCF) is unknown color: approx Twilight. HEX triplet: DB, BF and CF. RGB value is (219,191,207). Sum of RGB (Red+Green+Blue) = 219+191+207=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFCF is #244030. Grayscale: #C9C9C9. Windows color (decimal): -2375729 or 13615067. OLE color: 13615067.

HSL color Cylindrical-coordinate representation of color #DBBFCF: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFCF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219191207-
CMYK00.130.050.14
HSL325.71º28%80.39%-
HSV(B)325.71º12.79%85.88%-
XYZ59.1156.8366.88-
YUV201.2131.28140.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=35.49%
G=30.96%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919120700.130.050.14325.712880.39
HexDBBFCF0D5E1461c50
Octal33327731701551650634120
Binary110110111011111111001111011011011110101000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFCF; }

 p { color: rgb(219,191,207); }

 H1.HeaderClassName
 {
   color: #DBBFCF;
 }
 .AnyTagClassName
 {
   color: #DBBFCF;
 }
</style>
background-color css

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

 a { background-color: rgb(219,191,207); }

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

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

 span { border-color: rgb(219,191,207); }

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