#DFD0BE

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

Shades of Blanc #DFD0BE

Tints of Blanc #DFD0BE

Color information

#DFD0BE (or 0xDFD0BE) is unknown color: approx Blanc. HEX triplet: DF, D0 and BE. RGB value is (223,208,190). Sum of RGB (Red+Green+Blue) = 223+208+190=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0BE is #202F41. Grayscale: #D2D2D2. Windows color (decimal): -2109250 or 12505311. OLE color: 12505311.

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

Color convert

RGB223208190-
CMYK00.070.150.13
HSL32.73º34.02%80.98%-
HSV(B)32.73º14.8%87.45%-
XYZ62.2864.5257.89-
YUV210.43116.47136.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=35.91%
G=33.49%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320819000.070.150.1332.7334.0280.98
HexDFD0BE07FD212251
Octal3373202760717154142121
Binary1101111111010000101111100111111111011000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0BE; }

 p { color: rgb(223,208,190); }

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

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

 a { background-color: rgb(223,208,190); }

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

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

 span { border-color: rgb(223,208,190); }

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