#DEDCFB

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

Shades of Quartz #DEDCFB

Tints of Quartz #DEDCFB

Color information

#DEDCFB (or 0xDEDCFB) is unknown color: approx Quartz. HEX triplet: DE, DC and FB. RGB value is (222,220,251). Sum of RGB (Red+Green+Blue) = 222+220+251=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCFB is #212304. Grayscale: #E0E0E0. Windows color (decimal): -2171653 or 16506078. OLE color: 16506078.

HSL color Cylindrical-coordinate representation of color #DEDCFB: hue angle of 243.87º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDCFB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222220251-
CMYK0.120.1200.02
HSL243.87º79.49%92.35%-
HSV(B)243.87º12.35%98.43%-
XYZ73.1373.68101.63-
YUV224.13143.16126.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=32.03%
G=31.75%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222202510.120.1200.02243.8779.4992.35
HexDEDCFBCC02f44f5c
Octal336334373141402364117134
Binary110111101101110011111011110011000101111010010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCFB; }

 p { color: rgb(222,220,251); }

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

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

 a { background-color: rgb(222,220,251); }

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

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

 span { border-color: rgb(222,220,251); }

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