#DABDCC

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

Shades of Twilight #DABDCC

Tints of Twilight #DABDCC

Color information

#DABDCC (or 0xDABDCC) is unknown color: approx Twilight. HEX triplet: DA, BD and CC. RGB value is (218,189,204). Sum of RGB (Red+Green+Blue) = 218+189+204=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCC is #254233. Grayscale: #C7C7C7. Windows color (decimal): -2441780 or 13417946. OLE color: 13417946.

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

Color convert

RGB218189204-
CMYK00.130.060.15
HSL328.97º28.16%79.8%-
HSV(B)328.97º13.3%85.49%-
XYZ58.0155.6664.81-
YUV199.38130.61141.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=35.68%
G=30.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818920400.130.060.15328.9728.1679.8
HexDABDCC0D6F1491c50
Octal33227531401561751134120
Binary110110101011110111001100011011101111101001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDCC; }

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

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

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

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

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

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

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

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