#D298AE

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

Shades of Kobi #D298AE

Tints of Kobi #D298AE

Color information

#D298AE (or 0xD298AE) is unknown color: approx Kobi. HEX triplet: D2, 98 and AE. RGB value is (210,152,174). Sum of RGB (Red+Green+Blue) = 210+152+174=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D298AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298AE is #2D6751. Grayscale: #ABABAB. Windows color (decimal): -2975570 or 11442386. OLE color: 11442386.

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

Color convert

RGB210152174-
CMYK00.280.170.18
HSL337.24º39.19%70.98%-
HSV(B)337.24º27.62%82.35%-
XYZ45.4539.2145.22-
YUV171.85129.22155.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=39.18%
G=28.36%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015217400.280.170.18337.2439.1970.98
HexD298AE01C11121512747
Octal322230256034212252147107
Binary11010010100110001010111001110010001100101010100011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298AE; }

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

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

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

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

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

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

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

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