#DCDEF1

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

Shades of Quartz #DCDEF1

Tints of Quartz #DCDEF1

Color information

#DCDEF1 (or 0xDCDEF1) is unknown color: approx Quartz. HEX triplet: DC, DE and F1. RGB value is (220,222,241). Sum of RGB (Red+Green+Blue) = 220+222+241=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF1 is #23210E. Grayscale: #DFDFDF. Windows color (decimal): -2302223 or 15851228. OLE color: 15851228.

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

Color convert

RGB220222241-
CMYK0.090.0800.05
HSL234.29º42.86%90.39%-
HSV(B)234.29º8.71%94.51%-
XYZ71.5173.8193.7-
YUV223.57137.84125.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=32.21%
G=32.50%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202222410.090.0800.05234.2942.8690.39
HexDCDEF19805ea2b5a
Octal33433636111100535253132
Binary110111001101111011110001100110000101111010101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEF1; }

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

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

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

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

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

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

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

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