#D88AAE

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

Shades of Kobi #D88AAE

Tints of Kobi #D88AAE

Color information

#D88AAE (or 0xD88AAE) is unknown color: approx Kobi. HEX triplet: D8, 8A and AE. RGB value is (216,138,174). Sum of RGB (Red+Green+Blue) = 216+138+174=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AAE is #277551. Grayscale: #A5A5A5. Windows color (decimal): -2585938 or 11438808. OLE color: 11438808.

HSL color Cylindrical-coordinate representation of color #D88AAE: hue angle of 332.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AAE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216138174-
CMYK00.360.190.15
HSL332.31º50%69.41%-
HSV(B)332.31º36.11%84.71%-
XYZ45.0535.8344.59-
YUV165.43132.84164.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=40.91%
G=26.14%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613817400.360.190.15332.315069.41
HexD88AAE02413F14c3245
Octal330212256044231751462105
Binary11011000100010101010111001001001001111111010011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AAE; }

 p { color: rgb(216,138,174); }

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

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

 a { background-color: rgb(216,138,174); }

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

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

 span { border-color: rgb(216,138,174); }

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