Html Css Color HEX #DF8EAB Kobi

📋 copy color: '#DF8EAB'

red 223 ◦ green 142 ◦ blue 171

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

Shades of Kobi #DF8EAB

Tints of Kobi #DF8EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 41.6%
G = 26.49%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF8EAB (or 0xDF8EAB) is known color: Kobi. HEX triplet: DF, 8E and AB. RGB value is (223,142,171). Sum of RGB (Red+Green+Blue) = 223+142+171=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8EAB is #207154. Grayscale: #A9A9A9. Windows color (decimal): -2126165 or 11243231. OLE color: 11243231.

HSL color Cylindrical-coordinate representation of color #DF8EAB: hue angle of 338.52º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8EAB is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 171 -
CMYK 0 0.36 0.23 0.13
HSL 338.52º 0.56% 0.72% -
HSV(B) 338.52º 0.36% 0.87% -
XYZ 47.46 37.97 43.36 -
YUV 169.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 223 142 171 0 0.36 0.23 0.13 338.52 0.56 0.72
Hex DF 8E AB 0 24 17 D 153 38 48
Octal 337 216 253 0 44 27 15 523 70 110
Binary 11011111 10001110 10101011 0 100100 10111 1101 101010011 111000 1001000

Color Harmonies of #DF8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8EAB

Black with #DF8EAB

Text Example


Text Example

White with #DF8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8EAB; }

 p { color: rgb(223,142,171); }

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

background-color css

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

 a { background-color: rgb(223,142,171); }

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

border-color css

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

 span { border-color: rgb(223,142,171); }

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