Html Css Color HEX #DFBEAF Just Right

📋 copy color: '#DFBEAF'

red 223 ◦ green 190 ◦ blue 175

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

Shades of Just Right #DFBEAF

Tints of Just Right #DFBEAF

RGB

 RED value IS 223 (87.5% from 255) = 37.93%

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

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

R = 37.93%
G = 32.31%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFBEAF (or 0xDFBEAF) is known color: Just Right. HEX triplet: DF, BE and AF. RGB value is (223,190,175). Sum of RGB (Red+Green+Blue) = 223+190+175=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEAF is #204150. Grayscale: #C6C6C6. Windows color (decimal): -2113873 or 11517663. OLE color: 11517663.

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

Color convert

RGB 223 190 175 -
CMYK 0 0.15 0.22 0.13
HSL 18.75º 0.43% 0.78% -
HSV(B) 18.75º 0.22% 0.87% -
XYZ 56.58 55.61 48.31 -
YUV 198.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 223 190 175 0 0.15 0.22 0.13 18.75 0.43 0.78
Hex DF BE AF 0 F 16 D 13 2B 4E
Octal 337 276 257 0 17 26 15 23 53 116
Binary 11011111 10111110 10101111 0 1111 10110 1101 10011 101011 1001110

Color Harmonies of #DFBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBEAF

Black with #DFBEAF

Text Example


Text Example

White with #DFBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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