#D98CAD

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

Shades of Kobi #D98CAD

Tints of Kobi #D98CAD

Color information

#D98CAD (or 0xD98CAD) is unknown color: approx Kobi. HEX triplet: D9, 8C and AD. RGB value is (217,140,173). Sum of RGB (Red+Green+Blue) = 217+140+173=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CAD is #267352. Grayscale: #A6A6A6. Windows color (decimal): -2519891 or 11373785. OLE color: 11373785.

HSL color Cylindrical-coordinate representation of color #D98CAD: hue angle of 334.29º 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 #D98CAD is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217140173-
CMYK00.350.200.15
HSL334.29º50.33%70%-
HSV(B)334.29º35.48%85.1%-
XYZ45.5436.5344.19-
YUV166.78131.51163.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=40.94%
G=26.42%
B=32.64%

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
Decimal21714017300.350.200.15334.2950.3370
HexD98CAD02314F14e3246
Octal331214255043241751662106
Binary11011001100011001010110101000111010011111010011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CAD; }

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

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

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

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

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

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

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

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