#DFDFF5

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

Shades of Quartz #DFDFF5

Tints of Quartz #DFDFF5

Color information

#DFDFF5 (or 0xDFDFF5) is unknown color: approx Quartz. HEX triplet: DF, DF and F5. RGB value is (223,223,245). Sum of RGB (Red+Green+Blue) = 223+223+245=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF5 is #20200A. Grayscale: #E1E1E1. Windows color (decimal): -2105355 or 16113631. OLE color: 16113631.

HSL color Cylindrical-coordinate representation of color #DFDFF5: hue angle of 240º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDFF5 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223223245-
CMYK0.090.0900.04
HSL240º52.38%91.76%-
HSV(B)240º8.98%96.08%-
XYZ73.375.0697.01-
YUV225.51139126.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 245 (96.09% from 255) = 35.46%
R=32.27%
G=32.27%
B=35.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232232450.090.0900.0424052.3891.76
HexDFDFF59904f0345c
Octal33733736511110436064134
Binary110111111101111111110101100110010100111100001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFF5; }

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

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

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

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

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

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

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

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