#DFDAEE

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

Shades of Quartz #DFDAEE

Tints of Quartz #DFDAEE

Color information

#DFDAEE (or 0xDFDAEE) is unknown color: approx Quartz. HEX triplet: DF, DA and EE. RGB value is (223,218,238). Sum of RGB (Red+Green+Blue) = 223+218+238=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAEE is #202511. Grayscale: #DDDDDD. Windows color (decimal): -2106642 or 15653599. OLE color: 15653599.

HSL color Cylindrical-coordinate representation of color #DFDAEE: hue angle of 255º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDAEE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223218238-
CMYK0.060.0800.07
HSL255º37.04%89.41%-
HSV(B)255º8.4%93.33%-
XYZ70.947291.05-
YUV221.77137.16128.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=32.84%
G=32.11%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232182380.060.0800.0725537.0489.41
HexDFDAEE6807ff2559
Octal3373323566100737745131
Binary11011111110110101110111011010000111111111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAEE; }

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

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

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

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

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

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

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

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