#D98CAE

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

Shades of Kobi #D98CAE

Tints of Kobi #D98CAE

Color information

#D98CAE (or 0xD98CAE) is unknown color: approx Kobi. HEX triplet: D9, 8C and AE. RGB value is (217,140,174). Sum of RGB (Red+Green+Blue) = 217+140+174=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CAE is #267351. Grayscale: #A6A6A6. Windows color (decimal): -2519890 or 11439321. OLE color: 11439321.

HSL color Cylindrical-coordinate representation of color #D98CAE: hue angle of 333.51º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CAE is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217140174-
CMYK00.350.200.15
HSL333.51º50.33%70%-
HSV(B)333.51º35.48%85.1%-
XYZ45.6336.5644.7-
YUV166.9132.01163.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=40.87%
G=26.37%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714017400.350.200.15333.5150.3370
HexD98CAE02314F14e3246
Octal331214256043241751662106
Binary11011001100011001010111001000111010011111010011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CAE; }

 p { color: rgb(217,140,174); }

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

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

 a { background-color: rgb(217,140,174); }

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

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

 span { border-color: rgb(217,140,174); }

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