#DADECC

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

Shades of Feta #DADECC

Tints of Feta #DADECC

Color information

#DADECC (or 0xDADECC) is unknown color: approx Feta. HEX triplet: DA, DE and CC. RGB value is (218,222,204). Sum of RGB (Red+Green+Blue) = 218+222+204=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #DADECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADECC is #252133. Grayscale: #DADADA. Windows color (decimal): -2433332 or 13426394. OLE color: 13426394.

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

Color convert

RGB218222204-
CMYK0.0200.080.13
HSL73.33º21.43%83.53%-
HSV(B)73.33º8.11%87.06%-
XYZ65.9371.5167.45-
YUV218.75119.67127.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=33.85%
G=34.47%
B=31.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182222040.0200.080.1373.3321.4383.53
HexDADECC208D491554
Octal33233631420101511125124
Binary110110101101111011001100100100011011001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADECC; }

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

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

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

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

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

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

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

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