#DABDCA

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

Shades of Twilight #DABDCA

Tints of Twilight #DABDCA

Color information

#DABDCA (or 0xDABDCA) is unknown color: approx Twilight. HEX triplet: DA, BD and CA. RGB value is (218,189,202). Sum of RGB (Red+Green+Blue) = 218+189+202=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCA is #254235. Grayscale: #C7C7C7. Windows color (decimal): -2441782 or 13286874. OLE color: 13286874.

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

Color convert

RGB218189202-
CMYK00.130.070.15
HSL333.1º28.16%79.8%-
HSV(B)333.1º13.3%85.49%-
XYZ57.7755.5663.56-
YUV199.15129.61141.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=35.80%
G=31.03%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818920200.130.070.15333.128.1679.8
HexDABDCA0D7F14d1c50
Octal33227531201571751534120
Binary110110101011110111001010011011111111101001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDCA; }

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

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

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

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

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

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

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

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