Html Css Color HEX #DF96AB Kobi

📋 copy color: '#DF96AB'

red 223 ◦ green 150 ◦ blue 171

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

Shades of Kobi #DF96AB

Tints of Kobi #DF96AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

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

R = 40.99%
G = 27.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF96AB (or 0xDF96AB) is known color: Kobi. HEX triplet: DF, 96 and AB. RGB value is (223,150,171). Sum of RGB (Red+Green+Blue) = 223+150+171=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96AB is #206954. Grayscale: #AEAEAE. Windows color (decimal): -2124117 or 11245279. OLE color: 11245279.

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

Color convert

RGB 223 150 171 -
CMYK 0 0.33 0.23 0.13
HSL 342.74º 0.53% 0.73% -
HSV(B) 342.74º 0.33% 0.87% -
XYZ 48.69 40.44 43.77 -
YUV 174.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 223 150 171 0 0.33 0.23 0.13 342.74 0.53 0.73
Hex DF 96 AB 0 21 17 D 157 35 49
Octal 337 226 253 0 41 27 15 527 65 111
Binary 11011111 10010110 10101011 0 100001 10111 1101 101010111 110101 1001001

Color Harmonies of #DF96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96AB

Black with #DF96AB

Text Example


Text Example

White with #DF96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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