#D896AE

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

Shades of Kobi #D896AE

Tints of Kobi #D896AE

Color information

#D896AE (or 0xD896AE) is unknown color: approx Kobi. HEX triplet: D8, 96 and AE. RGB value is (216,150,174). Sum of RGB (Red+Green+Blue) = 216+150+174=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D896AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896AE is #276951. Grayscale: #ACACAC. Windows color (decimal): -2582866 or 11441880. OLE color: 11441880.

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

Color convert

RGB216150174-
CMYK00.310.190.15
HSL338.18º45.83%71.76%-
HSV(B)338.18º30.56%84.71%-
XYZ46.8739.4745.19-
YUV172.47128.87159.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=40%
G=27.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615017400.310.190.15338.1845.8371.76
HexD896AE01F13F1522e48
Octal330226256037231752256110
Binary1101100010010110101011100111111001111111010100101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896AE; }

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

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

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

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

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

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

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

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