#DADCD5

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

Shades of Feta #DADCD5

Tints of Feta #DADCD5

Color information

#DADCD5 (or 0xDADCD5) is unknown color: approx Feta. HEX triplet: DA, DC and D5. RGB value is (218,220,213). Sum of RGB (Red+Green+Blue) = 218+220+213=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD5 is #25232A. Grayscale: #DADADA. Windows color (decimal): -2433835 or 14015706. OLE color: 14015706.

HSL color Cylindrical-coordinate representation of color #DADCD5: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADCD5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB218220213-
CMYK0.0100.030.14
HSL77.14º9.09%84.9%-
HSV(B)77.14º3.18%86.27%-
XYZ66.5270.973.13-
YUV218.6124.84127.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=33.49%
G=33.79%
B=32.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182202130.0100.030.1477.149.0984.9
HexDADCD5103E4d955
Octal3323343251031611511125
Binary11011010110111001101010110111110100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCD5; }

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

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

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

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

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

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

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

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