#DCDEFF

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

Shades of Quartz #DCDEFF

Tints of Quartz #DCDEFF

Color information

#DCDEFF (or 0xDCDEFF) is unknown color: approx Quartz. HEX triplet: DC, DE and FF. RGB value is (220,222,255). Sum of RGB (Red+Green+Blue) = 220+222+255=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFF is #232100. Grayscale: #E1E1E1. Windows color (decimal): -2302209 or 16768732. OLE color: 16768732.

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

Color convert

RGB220222255-
CMYK0.140.1300
HSL236.57º100%93.14%-
HSV(B)236.57º13.73%100%-
XYZ73.6974.68105.14-
YUV225.16144.84124.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 36.59%
R=31.56%
G=31.85%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202222550.140.1300236.5710093.14
HexDCDEFFED00ed645d
Octal334336377161500355144135
Binary11011100110111101111111111101101001110110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEFF; }

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

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

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

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

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

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

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

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