#DEDBE7

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

Shades of Quartz #DEDBE7

Tints of Quartz #DEDBE7

Color information

#DEDBE7 (or 0xDEDBE7) is unknown color: approx Quartz. HEX triplet: DE, DB and E7. RGB value is (222,219,231). Sum of RGB (Red+Green+Blue) = 222+219+231=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBE7 is #212418. Grayscale: #DDDDDD. Windows color (decimal): -2171929 or 15195102. OLE color: 15195102.

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

Color convert

RGB222219231-
CMYK0.040.0500.09
HSL255º20%88.24%-
HSV(B)255º5.19%90.59%-
XYZ69.8871.9685.81-
YUV221.26133.49128.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=33.04%
G=32.59%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222192310.040.0500.092552088.24
HexDEDBE74509ff1458
Octal3363333474501137724130
Binary1101111011011011111001111001010100111111111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBE7; }

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

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

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

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

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

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

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

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