#DABDCF

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

Shades of Twilight #DABDCF

Tints of Twilight #DABDCF

Color information

#DABDCF (or 0xDABDCF) is unknown color: approx Twilight. HEX triplet: DA, BD and CF. RGB value is (218,189,207). Sum of RGB (Red+Green+Blue) = 218+189+207=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCF is #254230. Grayscale: #C7C7C7. Windows color (decimal): -2441777 or 13614554. OLE color: 13614554.

HSL color Cylindrical-coordinate representation of color #DABDCF: hue angle of 322.76º degrees, saturation: 0.28, 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 #DABDCF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218189207-
CMYK00.130.050.15
HSL322.76º28.16%79.8%-
HSV(B)322.76º13.3%85.49%-
XYZ58.3755.8166.73-
YUV199.72132.11141.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=35.50%
G=30.78%
B=33.71%

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
Decimal21818920700.130.050.15322.7628.1679.8
HexDABDCF0D5F1431c50
Octal33227531701551750334120
Binary110110101011110111001111011011011111101000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDCF; }

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

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

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

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

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

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

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

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