#DFDCF2

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

Shades of Quartz #DFDCF2

Tints of Quartz #DFDCF2

Color information

#DFDCF2 (or 0xDFDCF2) is unknown color: approx Quartz. HEX triplet: DF, DC and F2. RGB value is (223,220,242). Sum of RGB (Red+Green+Blue) = 223+220+242=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF2 is #20230D. Grayscale: #DFDFDF. Windows color (decimal): -2106126 or 15916255. OLE color: 15916255.

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

Color convert

RGB223220242-
CMYK0.080.0900.05
HSL248.18º45.83%90.59%-
HSV(B)248.18º9.09%94.9%-
XYZ72.0573.2994.35-
YUV223.4138.49127.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=32.55%
G=32.12%
B=35.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232202420.080.0900.05248.1845.8390.59
HexDFDCF28905f82e5b
Octal33733436210110537056133
Binary110111111101110011110010100010010101111110001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCF2; }

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

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

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

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

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

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

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

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