#D788AB

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

Shades of Kobi #D788AB

Tints of Kobi #D788AB

Color information

#D788AB (or 0xD788AB) is unknown color: approx Kobi. HEX triplet: D7, 88 and AB. RGB value is (215,136,171). Sum of RGB (Red+Green+Blue) = 215+136+171=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D788AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788AB is #287754. Grayscale: #A3A3A3. Windows color (decimal): -2651989 or 11241687. OLE color: 11241687.

HSL color Cylindrical-coordinate representation of color #D788AB: hue angle of 333.42º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788AB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215136171-
CMYK00.370.200.16
HSL333.42º49.69%68.82%-
HSV(B)333.42º36.74%84.31%-
XYZ44.183542.95-
YUV163.61132.17164.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=41.19%
G=26.05%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513617100.370.200.16333.4249.6968.82
HexD788AB025141014d3245
Octal327210253045242051562105
Binary110101111000100010101011010010110100100001010011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788AB; }

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

 H1.HeaderClassName
 {
   color: #D788AB;
 }
 .AnyTagClassName
 {
   color: #D788AB;
 }
</style>
background-color css

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

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

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

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

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

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