#D898AE

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

Shades of Kobi #D898AE

Tints of Kobi #D898AE

Color information

#D898AE (or 0xD898AE) is unknown color: approx Kobi. HEX triplet: D8, 98 and AE. RGB value is (216,152,174). Sum of RGB (Red+Green+Blue) = 216+152+174=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D898AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898AE is #276751. Grayscale: #ADADAD. Windows color (decimal): -2582354 or 11442392. OLE color: 11442392.

HSL color Cylindrical-coordinate representation of color #D898AE: hue angle of 339.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898AE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216152174-
CMYK00.300.190.15
HSL339.38º45.07%72.16%-
HSV(B)339.38º29.63%84.71%-
XYZ47.1940.1145.3-
YUV173.64128.2158.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=39.85%
G=28.04%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615217400.300.190.15339.3845.0772.16
HexD898AE01E13F1532d48
Octal330230256036231752355110
Binary1101100010011000101011100111101001111111010100111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D898AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D898AE; }

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

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

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

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

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

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

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

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