Html Css Color HEX #D6BEAF Just Right

📋 copy color: '#D6BEAF'

red 214 ◦ green 190 ◦ blue 175

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

Shades of Just Right #D6BEAF

Tints of Just Right #D6BEAF

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

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

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

R = 36.96%
G = 32.82%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6BEAF (or 0xD6BEAF) is known color: Just Right. HEX triplet: D6, BE and AF. RGB value is (214,190,175). Sum of RGB (Red+Green+Blue) = 214+190+175=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAF is #294150. Grayscale: #C3C3C3. Windows color (decimal): -2703697 or 11517654. OLE color: 11517654.

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

Color convert

RGB 214 190 175 -
CMYK 0 0.11 0.18 0.16
HSL 23.08º 0.32% 0.76% -
HSV(B) 23.08º 0.18% 0.84% -
XYZ 53.88 54.22 48.18 -
YUV 195.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 214 190 175 0 0.11 0.18 0.16 23.08 0.32 0.76
Hex D6 BE AF 0 B 12 10 17 20 4C
Octal 326 276 257 0 13 22 20 27 40 114
Binary 11010110 10111110 10101111 0 1011 10010 10000 10111 100000 1001100

Color Harmonies of #D6BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEAF

Black with #D6BEAF

Text Example


Text Example

White with #D6BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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