#DADEC9

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

Shades of Feta #DADEC9

Tints of Feta #DADEC9

Color information

#DADEC9 (or 0xDADEC9) is unknown color: approx Feta. HEX triplet: DA, DE and C9. RGB value is (218,222,201). Sum of RGB (Red+Green+Blue) = 218+222+201=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC9 is #252136. Grayscale: #DADADA. Windows color (decimal): -2433335 or 13229786. OLE color: 13229786.

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

Color convert

RGB218222201-
CMYK0.0200.090.13
HSL71.43º24.14%82.94%-
HSV(B)71.43º9.46%87.06%-
XYZ65.5871.3765.58-
YUV218.41118.17127.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=34.01%
G=34.63%
B=31.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182222010.0200.090.1371.4324.1482.94
HexDADEC9209D471853
Octal33233631120111510730123
Binary110110101101111011001001100100111011000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEC9; }

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

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

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

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

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

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

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

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