#DBBBCA

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

Shades of Twilight #DBBBCA

Tints of Twilight #DBBBCA

Color information

#DBBBCA (or 0xDBBBCA) is unknown color: approx Twilight. HEX triplet: DB, BB and CA. RGB value is (219,187,202). Sum of RGB (Red+Green+Blue) = 219+187+202=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBCA is #244435. Grayscale: #C6C6C6. Windows color (decimal): -2376758 or 13286363. OLE color: 13286363.

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

Color convert

RGB219187202-
CMYK00.150.080.14
HSL331.88º30.77%79.61%-
HSV(B)331.88º14.61%85.88%-
XYZ57.6454.8663.43-
YUV198.28130.1142.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=36.02%
G=30.76%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918720200.150.080.14331.8830.7779.61
HexDBBBCA0F8E14c1f50
Octal333273312017101651437120
Binary1101101110111011110010100111110001110101001100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBCA; }

 p { color: rgb(219,187,202); }

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

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

 a { background-color: rgb(219,187,202); }

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

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

 span { border-color: rgb(219,187,202); }

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