Html Css Color HEX #D7BEAF Just Right

📋 copy color: '#D7BEAF'

red 215 ◦ green 190 ◦ blue 175

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

Shades of Just Right #D7BEAF

Tints of Just Right #D7BEAF

RGB

 RED value IS 215 (84.38% from 255) = 37.07%

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

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

R = 37.07%
G = 32.76%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7BEAF (or 0xD7BEAF) is known color: Just Right. HEX triplet: D7, BE and AF. RGB value is (215,190,175). Sum of RGB (Red+Green+Blue) = 215+190+175=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BEAF is #284150. Grayscale: #C3C3C3. Windows color (decimal): -2638161 or 11517655. OLE color: 11517655.

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

Color convert

RGB 215 190 175 -
CMYK 0 0.12 0.19 0.16
HSL 22.5º 0.33% 0.76% -
HSV(B) 22.5º 0.19% 0.84% -
XYZ 54.18 54.37 48.2 -
YUV 195.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 215 190 175 0 0.12 0.19 0.16 22.5 0.33 0.76
Hex D7 BE AF 0 C 13 10 16 21 4C
Octal 327 276 257 0 14 23 20 26 41 114
Binary 11010111 10111110 10101111 0 1100 10011 10000 10110 100001 1001100

Color Harmonies of #D7BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BEAF

Black with #D7BEAF

Text Example


Text Example

White with #D7BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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