Html Css Color HEX #DDD0BE Blanc

📋 copy color: '#DDD0BE'

red 221 ◦ green 208 ◦ blue 190

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

Shades of Blanc #DDD0BE

Tints of Blanc #DDD0BE

RGB

 RED value IS 221 (86.72% from 255) = 35.7%

 GREEN value IS 208 (81.64% from 255) = 33.6%

 BLUE value IS 190 (74.61% from 255) = 30.69%

R = 35.7%
G = 33.6%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDD0BE (or 0xDDD0BE) is known color: Blanc. HEX triplet: DD, D0 and BE. RGB value is (221,208,190). Sum of RGB (Red+Green+Blue) = 221+208+190=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BE is #222F41. Grayscale: #D1D1D1. Windows color (decimal): -2240322 or 12505309. OLE color: 12505309.

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

Color convert

RGB 221 208 190 -
CMYK 0 0.06 0.14 0.13
HSL 34.84º 0.31% 0.81% -
HSV(B) 34.84º 0.14% 0.87% -
XYZ 61.67 64.2 57.86 -
YUV 209.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 221 208 190 0 0.06 0.14 0.13 34.84 0.31 0.81
Hex DD D0 BE 0 6 E D 23 1F 51
Octal 335 320 276 0 6 16 15 43 37 121
Binary 11011101 11010000 10111110 0 110 1110 1101 100011 11111 1010001

Color Harmonies of #DDD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0BE

Black with #DDD0BE

Text Example


Text Example

White with #DDD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0BE; }

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

 H1.HeaderClassName
 {
   color: #DDD0BE;
 }
 .AnyTagClassName
 {
   color: #DDD0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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