#DEDBEE

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

Shades of Quartz #DEDBEE

Tints of Quartz #DEDBEE

Color information

#DEDBEE (or 0xDEDBEE) is unknown color: approx Quartz. HEX triplet: DE, DB and EE. RGB value is (222,219,238). Sum of RGB (Red+Green+Blue) = 222+219+238=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBEE is #212411. Grayscale: #DDDDDD. Windows color (decimal): -2171922 or 15653854. OLE color: 15653854.

HSL color Cylindrical-coordinate representation of color #DEDBEE: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDBEE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222219238-
CMYK0.070.0800.07
HSL249.47º35.85%89.61%-
HSV(B)249.47º7.98%93.33%-
XYZ70.8972.3791.12-
YUV222.06136.99127.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.70%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=32.70%
G=32.25%
B=35.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222192380.070.0800.07249.4735.8589.61
HexDEDBEE7807f9245a
Octal3363333567100737144132
Binary11011110110110111110111011110000111111110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBEE; }

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

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

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

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

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

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

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

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