Html Css Color HEX #D5BEB0 Just Right

📋 copy color: '#D5BEB0'

red 213 ◦ green 190 ◦ blue 176

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

Shades of Just Right #D5BEB0

Tints of Just Right #D5BEB0

RGB

 RED value IS 213 (83.59% from 255) = 36.79%

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

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

R = 36.79%
G = 32.82%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D5BEB0 (or 0xD5BEB0) is known color: Just Right. HEX triplet: D5, BE and B0. RGB value is (213,190,176). Sum of RGB (Red+Green+Blue) = 213+190+176=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEB0 is #2A414F. Grayscale: #C3C3C3. Windows color (decimal): -2769232 or 11583189. OLE color: 11583189.

HSL color Cylindrical-coordinate representation of color #D5BEB0: hue angle of 22.7º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BEB0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 176 -
CMYK 0 0.11 0.17 0.16
HSL 22.7º 0.31% 0.76% -
HSV(B) 22.7º 0.17% 0.84% -
XYZ 53.69 54.11 48.69 -
YUV 195.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 213 190 176 0 0.11 0.17 0.16 22.7 0.31 0.76
Hex D5 BE B0 0 B 11 10 17 1F 4C
Octal 325 276 260 0 13 21 20 27 37 114
Binary 11010101 10111110 10110000 0 1011 10001 10000 10111 11111 1001100

Color Harmonies of #D5BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEB0

Black with #D5BEB0

Text Example


Text Example

White with #D5BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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