#DEDBF5

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

Shades of Quartz #DEDBF5

Tints of Quartz #DEDBF5

Color information

#DEDBF5 (or 0xDEDBF5) is unknown color: approx Quartz. HEX triplet: DE, DB and F5. RGB value is (222,219,245). Sum of RGB (Red+Green+Blue) = 222+219+245=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBF5 is #21240A. Grayscale: #DEDEDE. Windows color (decimal): -2171915 or 16112606. OLE color: 16112606.

HSL color Cylindrical-coordinate representation of color #DEDBF5: hue angle of 246.92º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDBF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222219245-
CMYK0.090.1100.04
HSL246.92º56.52%90.98%-
HSV(B)246.92º10.61%96.08%-
XYZ71.9472.7996.64-
YUV222.86140.49127.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=32.36%
G=31.92%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222192450.090.1100.04246.9256.5290.98
HexDEDBF59B04f7395b
Octal33633336511130436771133
Binary110111101101101111110101100110110100111101111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBF5; }

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

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

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

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

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

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

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

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