#DADCD6

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

Shades of Feta #DADCD6

Tints of Feta #DADCD6

Color information

#DADCD6 (or 0xDADCD6) is unknown color: approx Feta. HEX triplet: DA, DC and D6. RGB value is (218,220,214). Sum of RGB (Red+Green+Blue) = 218+220+214=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD6 is #252329. Grayscale: #DADADA. Windows color (decimal): -2433834 or 14081242. OLE color: 14081242.

HSL color Cylindrical-coordinate representation of color #DADCD6: hue angle of 80º degrees, saturation: 0.08, 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 #DADCD6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB218220214-
CMYK0.0100.030.14
HSL80º7.89%85.1%-
HSV(B)80º2.73%86.27%-
XYZ66.6470.9573.8-
YUV218.72125.34127.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=33.44%
G=33.74%
B=32.82%

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
Decimal2182202140.0100.030.14807.8985.1
HexDADCD6103E50855
Octal3323343261031612010125
Binary11011010110111001101011010111110101000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCD6; }

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

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

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

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

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

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

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

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