#DEDFF2

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

Shades of Quartz #DEDFF2

Tints of Quartz #DEDFF2

Color information

#DEDFF2 (or 0xDEDFF2) is unknown color: approx Quartz. HEX triplet: DE, DF and F2. RGB value is (222,223,242). Sum of RGB (Red+Green+Blue) = 222+223+242=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF2 is #21200D. Grayscale: #E0E0E0. Windows color (decimal): -2170894 or 15917022. OLE color: 15917022.

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

Color convert

RGB222223242-
CMYK0.080.0800.05
HSL237º43.48%90.98%-
HSV(B)237º8.26%94.9%-
XYZ72.5474.7294.6-
YUV224.87137.67125.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=32.31%
G=32.46%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222232420.080.0800.0523743.4890.98
HexDEDFF28805ed2b5b
Octal33633736210100535553133
Binary110111101101111111110010100010000101111011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFF2; }

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

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

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

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

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

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

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

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