#DABFCC

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

Shades of Twilight #DABFCC

Tints of Twilight #DABFCC

Color information

#DABFCC (or 0xDABFCC) is unknown color: approx Twilight. HEX triplet: DA, BF and CC. RGB value is (218,191,204). Sum of RGB (Red+Green+Blue) = 218+191+204=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFCC is #254033. Grayscale: #C8C8C8. Windows color (decimal): -2441268 or 13418458. OLE color: 13418458.

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

Color convert

RGB218191204-
CMYK00.120.060.15
HSL331.11º26.73%80.2%-
HSV(B)331.11º12.39%85.49%-
XYZ58.4456.5364.96-
YUV200.55129.95140.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=35.56%
G=31.16%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819120400.120.060.15331.1126.7380.2
HexDABFCC0C6F14b1b50
Octal33227731401461751333120
Binary110110101011111111001100011001101111101001011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFCC; }

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

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

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

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

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

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

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

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