#DEDBF2

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

Shades of Quartz #DEDBF2

Tints of Quartz #DEDBF2

Color information

#DEDBF2 (or 0xDEDBF2) is unknown color: approx Quartz. HEX triplet: DE, DB and F2. RGB value is (222,219,242). Sum of RGB (Red+Green+Blue) = 222+219+242=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBF2 is #21240D. Grayscale: #DEDEDE. Windows color (decimal): -2171918 or 15915998. OLE color: 15915998.

HSL color Cylindrical-coordinate representation of color #DEDBF2: hue angle of 247.83º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDBF2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222219242-
CMYK0.080.1000.05
HSL247.83º46.94%90.39%-
HSV(B)247.83º9.5%94.9%-
XYZ71.4872.694.25-
YUV222.52138.99127.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=32.50%
G=32.06%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222192420.080.1000.05247.8346.9490.39
HexDEDBF28A05f82f5a
Octal33633336210120537057132
Binary110111101101101111110010100010100101111110001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBF2; }

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

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

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

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

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

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

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

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