Html Css Color HEX #DF88AB Kobi

📋 copy color: '#DF88AB'

red 223 ◦ green 136 ◦ blue 171

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

Shades of Kobi #DF88AB

Tints of Kobi #DF88AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.66%

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

R = 42.08%
G = 25.66%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF88AB (or 0xDF88AB) is known color: Kobi. HEX triplet: DF, 88 and AB. RGB value is (223,136,171). Sum of RGB (Red+Green+Blue) = 223+136+171=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88AB is #207754. Grayscale: #A5A5A5. Windows color (decimal): -2127701 or 11241695. OLE color: 11241695.

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

Color convert

RGB 223 136 171 -
CMYK 0 0.39 0.23 0.13
HSL 335.86º 0.58% 0.7% -
HSV(B) 335.86º 0.39% 0.87% -
XYZ 46.59 36.24 43.07 -
YUV 166 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 223 136 171 0 0.39 0.23 0.13 335.86 0.58 0.7
Hex DF 88 AB 0 27 17 D 150 3A 46
Octal 337 210 253 0 47 27 15 520 72 106
Binary 11011111 10001000 10101011 0 100111 10111 1101 101010000 111010 1000110

Color Harmonies of #DF88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88AB

Black with #DF88AB

Text Example


Text Example

White with #DF88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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