#DCE1D1

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

Shades of Feta #DCE1D1

Tints of Feta #DCE1D1

Color information

#DCE1D1 (or 0xDCE1D1) is unknown color: approx Feta. HEX triplet: DC, E1 and D1. RGB value is (220,225,209). Sum of RGB (Red+Green+Blue) = 220+225+209=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1D1 is #231E2E. Grayscale: #DDDDDD. Windows color (decimal): -2301487 or 13754844. OLE color: 13754844.

HSL color Cylindrical-coordinate representation of color #DCE1D1: hue angle of 78.75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE1D1 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB220225209-
CMYK0.0200.070.12
HSL78.75º21.05%85.1%-
HSV(B)78.75º7.11%88.24%-
XYZ67.9573.6770.96-
YUV221.68120.84126.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=33.64%
G=34.40%
B=31.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202252090.0200.070.1278.7521.0585.1
HexDCE1D1207C4f1555
Octal3343413212071411725125
Binary11011100111000011101000110011111001001111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1D1; }

 p { color: rgb(220,225,209); }

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

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

 a { background-color: rgb(220,225,209); }

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

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

 span { border-color: rgb(220,225,209); }

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