#DEDBF1

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

Shades of Quartz #DEDBF1

Tints of Quartz #DEDBF1

Color information

#DEDBF1 (or 0xDEDBF1) is unknown color: approx Quartz. HEX triplet: DE, DB and F1. RGB value is (222,219,241). Sum of RGB (Red+Green+Blue) = 222+219+241=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBF1 is #21240E. Grayscale: #DEDEDE. Windows color (decimal): -2171919 or 15850462. OLE color: 15850462.

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

Color convert

RGB222219241-
CMYK0.080.0900.05
HSL248.18º44%90.2%-
HSV(B)248.18º9.13%94.51%-
XYZ71.3372.5493.46-
YUV222.4138.49127.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=32.55%
G=32.11%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222192410.080.0900.05248.184490.2
HexDEDBF18905f82c5a
Octal33633336110110537054132
Binary110111101101101111110001100010010101111110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBF1; }

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

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

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

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

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

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

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

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