Html Css Color HEX #DDBEAF Just Right

📋 copy color: '#DDBEAF'

red 221 ◦ green 190 ◦ blue 175

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

Shades of Just Right #DDBEAF

Tints of Just Right #DDBEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 37.71%
G = 32.42%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDBEAF (or 0xDDBEAF) is known color: Just Right. HEX triplet: DD, BE and AF. RGB value is (221,190,175). Sum of RGB (Red+Green+Blue) = 221+190+175=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAF is #224150. Grayscale: #C5C5C5. Windows color (decimal): -2244945 or 11517661. OLE color: 11517661.

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

Color convert

RGB 221 190 175 -
CMYK 0 0.14 0.21 0.13
HSL 19.57º 0.4% 0.78% -
HSV(B) 19.57º 0.21% 0.87% -
XYZ 55.97 55.29 48.28 -
YUV 197.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 221 190 175 0 0.14 0.21 0.13 19.57 0.4 0.78
Hex DD BE AF 0 E 15 D 14 28 4E
Octal 335 276 257 0 16 25 15 24 50 116
Binary 11011101 10111110 10101111 0 1110 10101 1101 10100 101000 1001110

Color Harmonies of #DDBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEAF

Black with #DDBEAF

Text Example


Text Example

White with #DDBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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