Html Css Color HEX #DF93AB Kobi

📋 copy color: '#DF93AB'

red 223 ◦ green 147 ◦ blue 171

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

Shades of Kobi #DF93AB

Tints of Kobi #DF93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.17%

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

R = 41.22%
G = 27.17%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF93AB (or 0xDF93AB) is known color: Kobi. HEX triplet: DF, 93 and AB. RGB value is (223,147,171). Sum of RGB (Red+Green+Blue) = 223+147+171=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93AB is #206C54. Grayscale: #ACACAC. Windows color (decimal): -2124885 or 11244511. OLE color: 11244511.

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

Color convert

RGB 223 147 171 -
CMYK 0 0.34 0.23 0.13
HSL 341.05º 0.54% 0.73% -
HSV(B) 341.05º 0.34% 0.87% -
XYZ 48.22 39.5 43.61 -
YUV 172.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 223 147 171 0 0.34 0.23 0.13 341.05 0.54 0.73
Hex DF 93 AB 0 22 17 D 155 36 49
Octal 337 223 253 0 42 27 15 525 66 111
Binary 11011111 10010011 10101011 0 100010 10111 1101 101010101 110110 1001001

Color Harmonies of #DF93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93AB

Black with #DF93AB

Text Example


Text Example

White with #DF93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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