Html Css Color HEX #DDBEA8 Just Right

📋 copy color: '#DDBEA8'

red 221 ◦ green 190 ◦ blue 168

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

Shades of Just Right #DDBEA8

Tints of Just Right #DDBEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 38.17%
G = 32.82%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDBEA8 (or 0xDDBEA8) is known color: Just Right. HEX triplet: DD, BE and A8. RGB value is (221,190,168). Sum of RGB (Red+Green+Blue) = 221+190+168=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA8 is #224157. Grayscale: #C4C4C4. Windows color (decimal): -2244952 or 11058909. OLE color: 11058909.

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

Color convert

RGB 221 190 168 -
CMYK 0 0.14 0.24 0.13
HSL 24.91º 0.44% 0.76% -
HSV(B) 24.91º 0.24% 0.87% -
XYZ 55.3 55.03 44.75 -
YUV 196.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 221 190 168 0 0.14 0.24 0.13 24.91 0.44 0.76
Hex DD BE A8 0 E 18 D 19 2C 4C
Octal 335 276 250 0 16 30 15 31 54 114
Binary 11011101 10111110 10101000 0 1110 11000 1101 11001 101100 1001100

Color Harmonies of #DDBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEA8

Black with #DDBEA8

Text Example


Text Example

White with #DDBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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