Html Css Color HEX #D88FAB Kobi

📋 copy color: '#D88FAB'

red 216 ◦ green 143 ◦ blue 171

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

Shades of Kobi #D88FAB

Tints of Kobi #D88FAB

RGB

 RED value IS 216 (84.77% from 255) = 40.75%

 GREEN value IS 143 (56.25% from 255) = 26.98%

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

R = 40.75%
G = 26.98%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D88FAB (or 0xD88FAB) is known color: Kobi. HEX triplet: D8, 8F and AB. RGB value is (216,143,171). Sum of RGB (Red+Green+Blue) = 216+143+171=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FAB is #277054. Grayscale: #A7A7A7. Windows color (decimal): -2584661 or 11243480. OLE color: 11243480.

HSL color Cylindrical-coordinate representation of color #D88FAB: hue angle of 336.99º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88FAB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 171 -
CMYK 0 0.34 0.21 0.15
HSL 336.99º 0.48% 0.7% -
HSV(B) 336.99º 0.34% 0.85% -
XYZ 45.49 37.18 43.31 -
YUV 168.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 216 143 171 0 0.34 0.21 0.15 336.99 0.48 0.7
Hex D8 8F AB 0 22 15 F 151 30 46
Octal 330 217 253 0 42 25 17 521 60 106
Binary 11011000 10001111 10101011 0 100010 10101 1111 101010001 110000 1000110

Color Harmonies of #D88FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FAB

Black with #D88FAB

Text Example


Text Example

White with #D88FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FAB; }

 p { color: rgb(216,143,171); }

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

background-color css

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

 a { background-color: rgb(216,143,171); }

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

border-color css

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

 span { border-color: rgb(216,143,171); }

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