#D88FAB

Color #D88FAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D88FAB

Tints of Kobi #D88FAB

Color information

#D88FAB (or 0xD88FAB) is unknown color: approx 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

RGB216143171-
CMYK00.340.210.15
HSL336.99º48.34%70.39%-
HSV(B)336.99º33.8%84.71%-
XYZ45.4937.1843.31-
YUV168.02129.68162.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614317100.340.210.15336.9948.3470.39
HexD88FAB02215F1513046
Octal330217253042251752160106
Binary11011000100011111010101101000101010111111010100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>