#DEDBE9

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

Shades of Quartz #DEDBE9

Tints of Quartz #DEDBE9

Color information

#DEDBE9 (or 0xDEDBE9) is unknown color: approx Quartz. HEX triplet: DE, DB and E9. RGB value is (222,219,233). Sum of RGB (Red+Green+Blue) = 222+219+233=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBE9 is #212416. Grayscale: #DDDDDD. Windows color (decimal): -2171927 or 15326174. OLE color: 15326174.

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

Color convert

RGB222219233-
CMYK0.050.0600.09
HSL252.86º24.14%88.63%-
HSV(B)252.86º6.01%91.37%-
XYZ70.1672.0887.3-
YUV221.49134.49128.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.94%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=32.94%
G=32.49%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222192330.050.0600.09252.8624.1488.63
HexDEDBE95609fd1859
Octal3363333515601137530131
Binary1101111011011011111010011011100100111111101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBE9; }

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

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

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

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

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

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

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

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