#DEDBE8

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

Shades of Quartz #DEDBE8

Tints of Quartz #DEDBE8

Color information

#DEDBE8 (or 0xDEDBE8) is unknown color: approx Quartz. HEX triplet: DE, DB and E8. RGB value is (222,219,232). Sum of RGB (Red+Green+Blue) = 222+219+232=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBE8 is #212417. Grayscale: #DDDDDD. Windows color (decimal): -2171928 or 15260638. OLE color: 15260638.

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

Color convert

RGB222219232-
CMYK0.040.0600.09
HSL253.85º22.03%88.43%-
HSV(B)253.85º5.6%90.98%-
XYZ70.0272.0286.55-
YUV221.38133.99128.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=32.99%
G=32.54%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222192320.040.0600.09253.8522.0388.43
HexDEDBE84609fe1658
Octal3363333504601137626130
Binary1101111011011011111010001001100100111111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBE8; }

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

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

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

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

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

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

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

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