#DADFCC

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

Shades of Feta #DADFCC

Tints of Feta #DADFCC

Color information

#DADFCC (or 0xDADFCC) is unknown color: approx Feta. HEX triplet: DA, DF and CC. RGB value is (218,223,204). Sum of RGB (Red+Green+Blue) = 218+223+204=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFCC is #252033. Grayscale: #DBDBDB. Windows color (decimal): -2433076 or 13426650. OLE color: 13426650.

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

Color convert

RGB218223204-
CMYK0.0200.090.13
HSL75.79º22.89%83.73%-
HSV(B)75.79º8.52%87.45%-
XYZ66.272.0467.54-
YUV219.34119.34127.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=33.80%
G=34.57%
B=31.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182232040.0200.090.1375.7922.8983.73
HexDADFCC209D4c1754
Octal33233731420111511427124
Binary110110101101111111001100100100111011001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFCC; }

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

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

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

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

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

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

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

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