Html Css Color HEX #DFD0BE Blanc

📋 copy color: '#DFD0BE'

red 223 ◦ green 208 ◦ blue 190

#DFD0BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blanc #DFD0BE

Tints of Blanc #DFD0BE

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.6%

R = 35.91%
G = 33.49%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFD0BE (or 0xDFD0BE) is known color: 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

RGB 223 208 190 -
CMYK 0 0.07 0.15 0.13
HSL 32.73º 0.34% 0.81% -
HSV(B) 32.73º 0.15% 0.87% -
XYZ 62.28 64.52 57.89 -
YUV 210.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 223 208 190 0 0.07 0.15 0.13 32.73 0.34 0.81
Hex DF D0 BE 0 7 F D 21 22 51
Octal 337 320 276 0 7 17 15 41 42 121
Binary 11011111 11010000 10111110 0 111 1111 1101 100001 100010 1010001

Color Harmonies of #DFD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0BE

Black with #DFD0BE

Text Example


Text Example

White with #DFD0BE

Text Example


Text Example

HTML Codes & Css Web 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>