#DEDFF0

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

Shades of Quartz #DEDFF0

Tints of Quartz #DEDFF0

Color information

#DEDFF0 (or 0xDEDFF0) is unknown color: approx Quartz. HEX triplet: DE, DF and F0. RGB value is (222,223,240). Sum of RGB (Red+Green+Blue) = 222+223+240=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF0 is #21200F. Grayscale: #E0E0E0. Windows color (decimal): -2170896 or 15785950. OLE color: 15785950.

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

Color convert

RGB222223240-
CMYK0.080.0700.06
HSL236.67º37.5%90.59%-
HSV(B)236.67º7.5%94.12%-
XYZ72.2474.693.03-
YUV224.64136.67126.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=32.41%
G=32.55%
B=35.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222232400.080.0700.06236.6737.590.59
HexDEDFF08706ed255b
Octal3363373601070635545133
Binary11011110110111111111000010001110110111011011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFF0; }

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

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

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

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

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

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

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

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