#DCDAFF

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

Shades of Quartz #DCDAFF

Tints of Quartz #DCDAFF

Color information

#DCDAFF (or 0xDCDAFF) is unknown color: approx Quartz. HEX triplet: DC, DA and FF. RGB value is (220,218,255). Sum of RGB (Red+Green+Blue) = 220+218+255=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFF is #232500. Grayscale: #DEDEDE. Windows color (decimal): -2303233 or 16767708. OLE color: 16767708.

HSL color Cylindrical-coordinate representation of color #DCDAFF: hue angle of 243.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCDAFF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220218255-
CMYK0.140.1500
HSL243.24º100%92.75%-
HSV(B)243.24º14.51%100%-
XYZ72.6472.58104.79-
YUV222.82146.16125.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 255 (100% from 255) = 36.80%
R=31.75%
G=31.46%
B=36.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202182550.140.1500243.2410092.75
HexDCDAFFEF00f3645d
Octal334332377161700363144135
Binary11011100110110101111111111101111001111001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAFF; }

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

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

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

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

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

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

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

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