Html Css Color HEX #DF98AB Kobi

📋 copy color: '#DF98AB'

red 223 ◦ green 152 ◦ blue 171

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

Shades of Kobi #DF98AB

Tints of Kobi #DF98AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.84%

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

R = 40.84%
G = 27.84%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF98AB (or 0xDF98AB) is known color: Kobi. HEX triplet: DF, 98 and AB. RGB value is (223,152,171). Sum of RGB (Red+Green+Blue) = 223+152+171=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF98AB is #206754. Grayscale: #AFAFAF. Windows color (decimal): -2123605 or 11245791. OLE color: 11245791.

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

Color convert

RGB 223 152 171 -
CMYK 0 0.32 0.23 0.13
HSL 343.94º 0.53% 0.74% -
HSV(B) 343.94º 0.32% 0.87% -
XYZ 49.01 41.08 43.88 -
YUV 175.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 223 152 171 0 0.32 0.23 0.13 343.94 0.53 0.74
Hex DF 98 AB 0 20 17 D 158 35 4A
Octal 337 230 253 0 40 27 15 530 65 112
Binary 11011111 10011000 10101011 0 100000 10111 1101 101011000 110101 1001010

Color Harmonies of #DF98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98AB

Black with #DF98AB

Text Example


Text Example

White with #DF98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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