#DFDFF3

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

Shades of Quartz #DFDFF3

Tints of Quartz #DFDFF3

Color information

#DFDFF3 (or 0xDFDFF3) is unknown color: approx Quartz. HEX triplet: DF, DF and F3. RGB value is (223,223,243). Sum of RGB (Red+Green+Blue) = 223+223+243=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF3 is #20200C. Grayscale: #E1E1E1. Windows color (decimal): -2105357 or 15982559. OLE color: 15982559.

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

Color convert

RGB223223243-
CMYK0.080.0800.05
HSL240º45.45%91.37%-
HSV(B)240º8.23%95.29%-
XYZ7374.9395.41-
YUV225.28138126.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=32.37%
G=32.37%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232232430.080.0800.0524045.4591.37
HexDFDFF38805f02d5b
Octal33733736310100536055133
Binary110111111101111111110011100010000101111100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFF3; }

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

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

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

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

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

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

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

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