#D497AB

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

Shades of Kobi #D497AB

Tints of Kobi #D497AB

Color information

#D497AB (or 0xD497AB) is unknown color: approx Kobi. HEX triplet: D4, 97 and AB. RGB value is (212,151,171). Sum of RGB (Red+Green+Blue) = 212+151+171=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D497AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497AB is #2B6854. Grayscale: #ABABAB. Windows color (decimal): -2844757 or 11245524. OLE color: 11245524.

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

Color convert

RGB212151171-
CMYK00.290.190.17
HSL340.33º41.5%71.18%-
HSV(B)340.33º28.77%83.14%-
XYZ45.5739.0743.67-
YUV171.52127.71156.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=39.70%
G=28.28%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215117100.290.190.17340.3341.571.18
HexD497AB01D13111542947
Octal324227253035232152451107
Binary11010100100101111010101101110110011100011010101001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497AB; }

 p { color: rgb(212,151,171); }

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

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

 a { background-color: rgb(212,151,171); }

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

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

 span { border-color: rgb(212,151,171); }

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