#DADDD2

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

Shades of Feta #DADDD2

Tints of Feta #DADDD2

Color information

#DADDD2 (or 0xDADDD2) is unknown color: approx Feta. HEX triplet: DA, DD and D2. RGB value is (218,221,210). Sum of RGB (Red+Green+Blue) = 218+221+210=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD2 is #25222D. Grayscale: #DADADA. Windows color (decimal): -2433582 or 13819354. OLE color: 13819354.

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

Color convert

RGB218221210-
CMYK0.0100.050.13
HSL76.36º13.92%84.51%-
HSV(B)76.36º4.98%86.67%-
XYZ66.471.2771.23-
YUV218.85123.01127.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=33.59%
G=34.05%
B=32.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212100.0100.050.1376.3613.9284.51
HexDADDD2105D4ce55
Octal3323353221051511416125
Binary110110101101110111010010101011101100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDD2; }

 p { color: rgb(218,221,210); }

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

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

 a { background-color: rgb(218,221,210); }

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

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

 span { border-color: rgb(218,221,210); }

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