#DEDAD6

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

Shades of Porcelain #DEDAD6

Tints of Porcelain #DEDAD6

Color information

#DEDAD6 (or 0xDEDAD6) is unknown color: approx Porcelain. HEX triplet: DE, DA and D6. RGB value is (222,218,214). Sum of RGB (Red+Green+Blue) = 222+218+214=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD6 is #212529. Grayscale: #DADADA. Windows color (decimal): -2172202 or 14080734. OLE color: 14080734.

HSL color Cylindrical-coordinate representation of color #DEDAD6: hue angle of 30º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDAD6 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222218214-
CMYK00.020.040.13
HSL30º10.81%85.49%-
HSV(B)30º3.6%87.06%-
XYZ67.3370.5373.68-
YUV218.74125.33130.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=33.94%
G=33.33%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221821400.020.040.133010.8185.49
HexDEDAD6024D1eb55
Octal336332326024153613125
Binary11011110110110101101011001010011011111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAD6; }

 p { color: rgb(222,218,214); }

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

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

 a { background-color: rgb(222,218,214); }

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

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

 span { border-color: rgb(222,218,214); }

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