#DACFDB

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

Shades of Snuff #DACFDB

Tints of Snuff #DACFDB

Color information

#DACFDB (or 0xDACFDB) is unknown color: approx Snuff. HEX triplet: DA, CF and DB. RGB value is (218,207,219). Sum of RGB (Red+Green+Blue) = 218+207+219=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDB is #253024. Grayscale: #D3D3D3. Windows color (decimal): -2437157 or 14405594. OLE color: 14405594.

HSL color Cylindrical-coordinate representation of color #DACFDB: hue angle of 295º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DACFDB is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218207219-
CMYK0.000.0500.14
HSL295º14.29%83.53%-
HSV(B)295º5.48%85.88%-
XYZ64.0164.6576.12-
YUV211.66132.14132.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=33.85%
G=32.14%
B=34.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182072190.000.0500.1429514.2983.53
HexDACFDB050E127e54
Octal3323173330501644716124
Binary11011010110011111101101101010111010010011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFDB; }

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

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

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

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

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

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

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

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