#D88DAE

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

Shades of Kobi #D88DAE

Tints of Kobi #D88DAE

Color information

#D88DAE (or 0xD88DAE) is unknown color: approx Kobi. HEX triplet: D8, 8D and AE. RGB value is (216,141,174). Sum of RGB (Red+Green+Blue) = 216+141+174=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DAE is #277251. Grayscale: #A7A7A7. Windows color (decimal): -2585170 or 11439576. OLE color: 11439576.

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

Color convert

RGB216141174-
CMYK00.350.190.15
HSL333.6º49.02%70%-
HSV(B)333.6º34.72%84.71%-
XYZ45.4836.744.73-
YUV167.19131.85162.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=40.68%
G=26.55%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614117400.350.190.15333.649.0270
HexD88DAE02313F14e3146
Octal330215256043231751661106
Binary11011000100011011010111001000111001111111010011101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DAE; }

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

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

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

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

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

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

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

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