Html Css Color HEX #DDBEAB Just Right

📋 copy color: '#DDBEAB'

red 221 ◦ green 190 ◦ blue 171

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

Shades of Just Right #DDBEAB

Tints of Just Right #DDBEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.65%

 BLUE value IS 171 (67.19% from 255) = 29.38%

R = 37.97%
G = 32.65%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDBEAB (or 0xDDBEAB) is known color: Just Right. HEX triplet: DD, BE and AB. RGB value is (221,190,171). Sum of RGB (Red+Green+Blue) = 221+190+171=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAB is #224154. Grayscale: #C5C5C5. Windows color (decimal): -2244949 or 11255517. OLE color: 11255517.

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

Color convert

RGB 221 190 171 -
CMYK 0 0.14 0.23 0.13
HSL 22.8º 0.42% 0.77% -
HSV(B) 22.8º 0.23% 0.87% -
XYZ 55.58 55.14 46.24 -
YUV 197.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 221 190 171 0 0.14 0.23 0.13 22.8 0.42 0.77
Hex DD BE AB 0 E 17 D 17 2A 4D
Octal 335 276 253 0 16 27 15 27 52 115
Binary 11011101 10111110 10101011 0 1110 10111 1101 10111 101010 1001101

Color Harmonies of #DDBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEAB

Black with #DDBEAB

Text Example


Text Example

White with #DDBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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