#DFDAFE

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

Shades of Quartz #DFDAFE

Tints of Quartz #DFDAFE

Color information

#DFDAFE (or 0xDFDAFE) is unknown color: approx Quartz. HEX triplet: DF, DA and FE. RGB value is (223,218,254). Sum of RGB (Red+Green+Blue) = 223+218+254=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFE is #202501. Grayscale: #DFDFDF. Windows color (decimal): -2106626 or 16702175. OLE color: 16702175.

HSL color Cylindrical-coordinate representation of color #DFDAFE: hue angle of 248.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDAFE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223218254-
CMYK0.120.1400.00
HSL248.33º94.74%92.55%-
HSV(B)248.33º14.17%99.61%-
XYZ73.3972.99103.99-
YUV223.6145.16127.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=32.09%
G=31.37%
B=36.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232182540.120.1400.00248.3394.7492.55
HexDFDAFECE00f85f5d
Octal337332376141600370137135
Binary11011111110110101111111011001110001111100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAFE; }

 p { color: rgb(223,218,254); }

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

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

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

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

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

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

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