#DFD2CF

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

Shades of Ebb #DFD2CF

Tints of Ebb #DFD2CF

Color information

#DFD2CF (or 0xDFD2CF) is unknown color: approx Ebb. HEX triplet: DF, D2 and CF. RGB value is (223,210,207). Sum of RGB (Red+Green+Blue) = 223+210+207=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CF is #202D30. Grayscale: #D5D5D5. Windows color (decimal): -2108721 or 13619935. OLE color: 13619935.

HSL color Cylindrical-coordinate representation of color #DFD2CF: hue angle of 11.25º degrees, saturation: 0.2, 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 #DFD2CF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223210207-
CMYK00.060.070.13
HSL11.25º20%84.31%-
HSV(B)11.25º7.17%87.45%-
XYZ64.7466.2968.41-
YUV213.54124.31134.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 210 (82.42% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=34.84%
G=32.81%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321020700.060.070.1311.252084.31
HexDFD2CF067Db1454
Octal337322317067151324124
Binary110111111101001011001111011011111011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2CF; }

 p { color: rgb(223,210,207); }

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

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

 a { background-color: rgb(223,210,207); }

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

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

 span { border-color: rgb(223,210,207); }

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