#DCDEFC

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

Shades of Quartz #DCDEFC

Tints of Quartz #DCDEFC

Color information

#DCDEFC (or 0xDCDEFC) is unknown color: approx Quartz. HEX triplet: DC, DE and FC. RGB value is (220,222,252). Sum of RGB (Red+Green+Blue) = 220+222+252=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFC is #232103. Grayscale: #E0E0E0. Windows color (decimal): -2302212 or 16572124. OLE color: 16572124.

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

Color convert

RGB220222252-
CMYK0.130.1200.01
HSL236.25º84.21%92.55%-
HSV(B)236.25º12.7%98.82%-
XYZ73.2174.49102.61-
YUV224.82143.34124.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=31.70%
G=31.99%
B=36.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202222520.130.1200.01236.2584.2192.55
HexDCDEFCDC01ec545d
Octal334336374151401354124135
Binary11011100110111101111110011011100011110110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEFC; }

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

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

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

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

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

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

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

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