#DFDFF1

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

Shades of Quartz #DFDFF1

Tints of Quartz #DFDFF1

Color information

#DFDFF1 (or 0xDFDFF1) is unknown color: approx Quartz. HEX triplet: DF, DF and F1. RGB value is (223,223,241). Sum of RGB (Red+Green+Blue) = 223+223+241=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF1 is #20200E. Grayscale: #E0E0E0. Windows color (decimal): -2105359 or 15851487. OLE color: 15851487.

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

Color convert

RGB223223241-
CMYK0.070.0700.05
HSL240º39.13%90.98%-
HSV(B)240º7.47%94.51%-
XYZ72.774.8193.83-
YUV225.05137126.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=32.46%
G=32.46%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232232410.070.0700.0524039.1390.98
HexDFDFF17705f0275b
Octal337337361770536047133
Binary1101111111011111111100011111110101111100001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFF1; }

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

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

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

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

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

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

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

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