Html Css Color HEX #DDBEB0 Just Right

📋 copy color: '#DDBEB0'

red 221 ◦ green 190 ◦ blue 176

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

Shades of Just Right #DDBEB0

Tints of Just Right #DDBEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 37.65%
G = 32.37%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDBEB0 (or 0xDDBEB0) is known color: Just Right. HEX triplet: DD, BE and B0. RGB value is (221,190,176). Sum of RGB (Red+Green+Blue) = 221+190+176=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEB0 is #22414F. Grayscale: #C5C5C5. Windows color (decimal): -2244944 or 11583197. OLE color: 11583197.

HSL color Cylindrical-coordinate representation of color #DDBEB0: hue angle of 18.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBEB0 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 176 -
CMYK 0 0.14 0.20 0.13
HSL 18.67º 0.4% 0.78% -
HSV(B) 18.67º 0.2% 0.87% -
XYZ 56.07 55.33 48.8 -
YUV 197.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 221 190 176 0 0.14 0.20 0.13 18.67 0.4 0.78
Hex DD BE B0 0 E 14 D 13 28 4E
Octal 335 276 260 0 16 24 15 23 50 116
Binary 11011101 10111110 10110000 0 1110 10100 1101 10011 101000 1001110

Color Harmonies of #DDBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEB0

Black with #DDBEB0

Text Example


Text Example

White with #DDBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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