#DDDEFA

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

Shades of Quartz #DDDEFA

Tints of Quartz #DDDEFA

Color information

#DDDEFA (or 0xDDDEFA) is unknown color: approx Quartz. HEX triplet: DD, DE and FA. RGB value is (221,222,250). Sum of RGB (Red+Green+Blue) = 221+222+250=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFA is #222105. Grayscale: #E0E0E0. Windows color (decimal): -2236678 or 16441053. OLE color: 16441053.

HSL color Cylindrical-coordinate representation of color #DDDEFA: hue angle of 237.93º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDEFA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221222250-
CMYK0.120.1100.02
HSL237.93º74.36%92.35%-
HSV(B)237.93º11.6%98.04%-
XYZ73.274.52100.97-
YUV224.89142.17125.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=31.89%
G=32.03%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212222500.120.1100.02237.9374.3692.35
HexDDDEFACB02ee4a5c
Octal335336372141302356112134
Binary110111011101111011111010110010110101110111010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEFA; }

 p { color: rgb(221,222,250); }

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

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

 a { background-color: rgb(221,222,250); }

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

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

 span { border-color: rgb(221,222,250); }

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