#DCDFF1

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

Shades of Quartz #DCDFF1

Tints of Quartz #DCDFF1

Color information

#DCDFF1 (or 0xDCDFF1) is unknown color: approx Quartz. HEX triplet: DC, DF and F1. RGB value is (220,223,241). Sum of RGB (Red+Green+Blue) = 220+223+241=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF1 is #23200E. Grayscale: #E0E0E0. Windows color (decimal): -2301967 or 15851484. OLE color: 15851484.

HSL color Cylindrical-coordinate representation of color #DCDFF1: hue angle of 231.43º 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 #DCDFF1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220223241-
CMYK0.090.0700.05
HSL231.43º42.86%90.39%-
HSV(B)231.43º8.71%94.51%-
XYZ71.7874.3493.79-
YUV224.15137.51125.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=32.16%
G=32.60%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202232410.090.0700.05231.4342.8690.39
HexDCDFF19705e72b5a
Octal3343373611170534753132
Binary11011100110111111111000110011110101111001111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFF1; }

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

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

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

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

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

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

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

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