#DADDCD

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

Shades of Feta #DADDCD

Tints of Feta #DADDCD

Color information

#DADDCD (or 0xDADDCD) is unknown color: approx Feta. HEX triplet: DA, DD and CD. RGB value is (218,221,205). Sum of RGB (Red+Green+Blue) = 218+221+205=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDCD is #252232. Grayscale: #DADADA. Windows color (decimal): -2433587 or 13491674. OLE color: 13491674.

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

Color convert

RGB218221205-
CMYK0.0100.070.13
HSL71.25º19.05%83.53%-
HSV(B)71.25º7.24%86.67%-
XYZ65.7971.0368-
YUV218.28120.51127.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=33.85%
G=34.32%
B=31.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212050.0100.070.1371.2519.0583.53
HexDADDCD107D471354
Octal3323353151071510723124
Binary1101101011011101110011011011111011000111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDCD; }

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

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

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

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

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

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

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

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