#DEDFF1

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

Shades of Quartz #DEDFF1

Tints of Quartz #DEDFF1

Color information

#DEDFF1 (or 0xDEDFF1) is unknown color: approx Quartz. HEX triplet: DE, DF and F1. RGB value is (222,223,241). Sum of RGB (Red+Green+Blue) = 222+223+241=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF1 is #21200E. Grayscale: #E0E0E0. Windows color (decimal): -2170895 or 15851486. OLE color: 15851486.

HSL color Cylindrical-coordinate representation of color #DEDFF1: hue angle of 236.84º degrees, saturation: 0.4, 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 #DEDFF1 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222223241-
CMYK0.080.0700.05
HSL236.84º40.43%90.78%-
HSV(B)236.84º7.88%94.51%-
XYZ72.3974.6693.81-
YUV224.75137.17126.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=32.36%
G=32.51%
B=35.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222232410.080.0700.05236.8440.4390.78
HexDEDFF18705ed285b
Octal3363373611070535550133
Binary11011110110111111111000110001110101111011011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFF1; }

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

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

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

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

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

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

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

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