#DABECF

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

Shades of Twilight #DABECF

Tints of Twilight #DABECF

Color information

#DABECF (or 0xDABECF) is unknown color: approx Twilight. HEX triplet: DA, BE and CF. RGB value is (218,190,207). Sum of RGB (Red+Green+Blue) = 218+190+207=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DABECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABECF is #254130. Grayscale: #C8C8C8. Windows color (decimal): -2441521 or 13614810. OLE color: 13614810.

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

Color convert

RGB218190207-
CMYK00.130.050.15
HSL323.57º27.45%80%-
HSV(B)323.57º12.84%85.49%-
XYZ58.5956.2466.8-
YUV200.31131.78140.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=35.45%
G=30.89%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819020700.130.050.15323.5727.4580
HexDABECF0D5F1441b50
Octal33227631701551750433120
Binary110110101011111011001111011011011111101000100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABECF; }

 p { color: rgb(218,190,207); }

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

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

 a { background-color: rgb(218,190,207); }

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

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

 span { border-color: rgb(218,190,207); }

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