#DADCF1

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

Shades of Quartz #DADCF1

Tints of Quartz #DADCF1

Color information

#DADCF1 (or 0xDADCF1) is unknown color: approx Quartz. HEX triplet: DA, DC and F1. RGB value is (218,220,241). Sum of RGB (Red+Green+Blue) = 218+220+241=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF1 is #25230E. Grayscale: #DDDDDD. Windows color (decimal): -2433807 or 15850714. OLE color: 15850714.

HSL color Cylindrical-coordinate representation of color #DADCF1: hue angle of 234.78º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADCF1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218220241-
CMYK0.100.0900.05
HSL234.78º45.1%90%-
HSV(B)234.78º9.54%94.51%-
XYZ70.3872.4493.49-
YUV221.8138.84125.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=32.11%
G=32.40%
B=35.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182202410.100.0900.05234.7845.190
HexDADCF1A905eb2d5a
Octal33233436112110535355132
Binary110110101101110011110001101010010101111010111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCF1; }

 p { color: rgb(218,220,241); }

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

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

 a { background-color: rgb(218,220,241); }

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

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

 span { border-color: rgb(218,220,241); }

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