#DAB6CB

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

Shades of Twilight #DAB6CB

Tints of Twilight #DAB6CB

Color information

#DAB6CB (or 0xDAB6CB) is unknown color: approx Twilight. HEX triplet: DA, B6 and CB. RGB value is (218,182,203). Sum of RGB (Red+Green+Blue) = 218+182+203=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6CB is #254934. Grayscale: #C3C3C3. Windows color (decimal): -2443573 or 13350618. OLE color: 13350618.

HSL color Cylindrical-coordinate representation of color #DAB6CB: hue angle of 325º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6CB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218182203-
CMYK00.170.070.15
HSL325º32.73%78.43%-
HSV(B)325º16.51%85.49%-
XYZ56.4252.6763.69-
YUV195.16132.43144.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=36.15%
G=30.18%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818220300.170.070.1532532.7378.43
HexDAB6CB0117F145214e
Octal33226631302171750541116
Binary11011010101101101100101101000111111111010001011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6CB; }

 p { color: rgb(218,182,203); }

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

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

 a { background-color: rgb(218,182,203); }

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

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

 span { border-color: rgb(218,182,203); }

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