#DDDDFE

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

Shades of Quartz #DDDDFE

Tints of Quartz #DDDDFE

Color information

#DDDDFE (or 0xDDDDFE) is unknown color: approx Quartz. HEX triplet: DD, DD and FE. RGB value is (221,221,254). Sum of RGB (Red+Green+Blue) = 221+221+254=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFE is #222201. Grayscale: #E0E0E0. Windows color (decimal): -2236930 or 16702941. OLE color: 16702941.

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

Color convert

RGB221221254-
CMYK0.130.1300.00
HSL240º94.29%93.14%-
HSV(B)240º12.99%99.61%-
XYZ73.5674.24104.22-
YUV224.76144.5125.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=31.75%
G=31.75%
B=36.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212212540.130.1300.0024094.2993.14
HexDDDDFEDD00f05e5d
Octal335335376151500360136135
Binary11011101110111011111111011011101001111000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDFE; }

 p { color: rgb(221,221,254); }

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

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

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

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

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

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

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