Html Css Color HEX #DFDEDD Porcelain

📋 copy color: '#DFDEDD'

red 223 ◦ green 222 ◦ blue 221

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

Shades of Porcelain #DFDEDD

Tints of Porcelain #DFDEDD

RGB

 RED value IS 223 (87.5% from 255) = 33.48%

 GREEN value IS 222 (87.11% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 33.48%
G = 33.33%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFDEDD (or 0xDFDEDD) is known color: Porcelain. HEX triplet: DF, DE and DD. RGB value is (223,222,221). Sum of RGB (Red+Green+Blue) = 223+222+221=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDD is #202122. Grayscale: #DEDEDE. Windows color (decimal): -2105635 or 14540511. OLE color: 14540511.

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

Color convert

RGB 223 222 221 -
CMYK 0 0.00 0.01 0.13
HSL 30º 0.03% 0.87% -
HSV(B) 30º 0.01% 0.87% -
XYZ 69.6 73.15 78.86 -
YUV 222.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 223 222 221 0 0.00 0.01 0.13 30 0.03 0.87
Hex DF DE DD 0 0 1 D 1E 3 57
Octal 337 336 335 0 0 1 15 36 3 127
Binary 11011111 11011110 11011101 0 0 1 1101 11110 11 1010111

Color Harmonies of #DFDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEDD

Black with #DFDEDD

Text Example


Text Example

White with #DFDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEDD; }

 p { color: rgb(223,222,221); }

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

background-color css

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

 a { background-color: rgb(223,222,221); }

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

border-color css

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

 span { border-color: rgb(223,222,221); }

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