#DABDCD

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

Shades of Twilight #DABDCD

Tints of Twilight #DABDCD

Color information

#DABDCD (or 0xDABDCD) is unknown color: approx Twilight. HEX triplet: DA, BD and CD. RGB value is (218,189,205). Sum of RGB (Red+Green+Blue) = 218+189+205=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCD is #254232. Grayscale: #C7C7C7. Windows color (decimal): -2441779 or 13483482. OLE color: 13483482.

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

Color convert

RGB218189205-
CMYK00.130.060.15
HSL326.9º28.16%79.8%-
HSV(B)326.9º13.3%85.49%-
XYZ58.1355.7165.45-
YUV199.5131.11141.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=35.62%
G=30.88%
B=33.50%

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
Decimal21818920500.130.060.15326.928.1679.8
HexDABDCD0D6F1471c50
Octal33227531501561750734120
Binary110110101011110111001101011011101111101000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDCD; }

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

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

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

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

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

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

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

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