#DACFFD

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

Shades of Quartz #DACFFD

Tints of Quartz #DACFFD

Color information

#DACFFD (or 0xDACFFD) is unknown color: approx Quartz. HEX triplet: DA, CF and FD. RGB value is (218,207,253). Sum of RGB (Red+Green+Blue) = 218+207+253=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DACFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFFD is #253002. Grayscale: #D7D7D7. Windows color (decimal): -2437123 or 16633818. OLE color: 16633818.

HSL color Cylindrical-coordinate representation of color #DACFFD: hue angle of 254.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACFFD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218207253-
CMYK0.140.1800.01
HSL254.35º92%90.2%-
HSV(B)254.35º18.18%99.22%-
XYZ68.9666.62102.15-
YUV215.53149.14129.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=32.15%
G=30.53%
B=37.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182072530.140.1800.01254.359290.2
HexDACFFDE1201fe5c5a
Octal332317375162201376134132
Binary110110101100111111111101111010010011111111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFFD; }

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

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

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

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

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

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

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

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