Html Css Color HEX #DEDCDA Porcelain

📋 copy color: '#DEDCDA'

red 222 ◦ green 220 ◦ blue 218

#DEDCDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porcelain #DEDCDA

Tints of Porcelain #DEDCDA

RGB

 RED value IS 222 (87.11% from 255) = 33.64%

 GREEN value IS 220 (86.33% from 255) = 33.33%

 BLUE value IS 218 (85.55% from 255) = 33.03%

R = 33.64%
G = 33.33%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEDCDA (or 0xDEDCDA) is known color: Porcelain. HEX triplet: DE, DC and DA. RGB value is (222,220,218). Sum of RGB (Red+Green+Blue) = 222+220+218=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCDA is #212325. Grayscale: #DCDCDC. Windows color (decimal): -2171686 or 14343390. OLE color: 14343390.

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

Color convert

RGB 222 220 218 -
CMYK 0 0.01 0.02 0.13
HSL 30º 0.06% 0.86% -
HSV(B) 30º 0.02% 0.87% -
XYZ 68.37 71.78 76.58 -
YUV 220.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 222 220 218 0 0.01 0.02 0.13 30 0.06 0.86
Hex DE DC DA 0 1 2 D 1E 6 56
Octal 336 334 332 0 1 2 15 36 6 126
Binary 11011110 11011100 11011010 0 1 10 1101 11110 110 1010110

Color Harmonies of #DEDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCDA

Black with #DEDCDA

Text Example


Text Example

White with #DEDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCDA; }

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

 H1.HeaderClassName
 {
   color: #DEDCDA;
 }
 .AnyTagClassName
 {
   color: #DEDCDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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