#DFDEEA

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

Shades of Quartz #DFDEEA

Tints of Quartz #DFDEEA

Color information

#DFDEEA (or 0xDFDEEA) is unknown color: approx Quartz. HEX triplet: DF, DE and EA. RGB value is (223,222,234). Sum of RGB (Red+Green+Blue) = 223+222+234=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEA is #202115. Grayscale: #DFDFDF. Windows color (decimal): -2105622 or 15392479. OLE color: 15392479.

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

Color convert

RGB223222234-
CMYK0.050.0500.08
HSL245º22.22%89.41%-
HSV(B)245º5.13%91.76%-
XYZ71.473.8788.34-
YUV223.67133.83127.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=32.84%
G=32.70%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232222340.050.0500.0824522.2289.41
HexDFDEEA5508f51659
Octal3373363525501036526131
Binary1101111111011110111010101011010100011110101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEEA; }

 p { color: rgb(223,222,234); }

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

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

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

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

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

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

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