#DCDEEF

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

Shades of Quartz #DCDEEF

Tints of Quartz #DCDEEF

Color information

#DCDEEF (or 0xDCDEEF) is unknown color: approx Quartz. HEX triplet: DC, DE and EF. RGB value is (220,222,239). Sum of RGB (Red+Green+Blue) = 220+222+239=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEEF is #232110. Grayscale: #DFDFDF. Windows color (decimal): -2302225 or 15720156. OLE color: 15720156.

HSL color Cylindrical-coordinate representation of color #DCDEEF: hue angle of 233.68º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDEEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220222239-
CMYK0.080.0700.06
HSL233.68º37.25%90%-
HSV(B)233.68º7.95%93.73%-
XYZ71.2273.6992.13-
YUV223.34136.84125.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=32.31%
G=32.60%
B=35.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202222390.080.0700.06233.6837.2590
HexDCDEEF8706ea255a
Octal3343363571070635245132
Binary11011100110111101110111110001110110111010101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEEF; }

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

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

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

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

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

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

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

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