#D498AE

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

Shades of Kobi #D498AE

Tints of Kobi #D498AE

Color information

#D498AE (or 0xD498AE) is unknown color: approx Kobi. HEX triplet: D4, 98 and AE. RGB value is (212,152,174). Sum of RGB (Red+Green+Blue) = 212+152+174=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D498AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498AE is #2B6751. Grayscale: #ACACAC. Windows color (decimal): -2844498 or 11442388. OLE color: 11442388.

HSL color Cylindrical-coordinate representation of color #D498AE: hue angle of 338º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498AE is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212152174-
CMYK00.280.180.17
HSL338º41.1%71.37%-
HSV(B)338º28.3%83.14%-
XYZ46.0239.5145.25-
YUV172.45128.88156.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=39.41%
G=28.25%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215217400.280.180.1733841.171.37
HexD498AE01C12111522947
Octal324230256034222152251107
Binary11010100100110001010111001110010010100011010100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498AE; }

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

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

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

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

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

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

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

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