#DE98AD

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

Shades of Kobi #DE98AD

Tints of Kobi #DE98AD

Color information

#DE98AD (or 0xDE98AD) is unknown color: approx Kobi. HEX triplet: DE, 98 and AD. RGB value is (222,152,173). Sum of RGB (Red+Green+Blue) = 222+152+173=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE98AD is #216752. Grayscale: #AFAFAF. Windows color (decimal): -2189139 or 11376862. OLE color: 11376862.

HSL color Cylindrical-coordinate representation of color #DE98AD: hue angle of 342º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98AD is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222152173-
CMYK00.320.220.13
HSL342º51.47%73.33%-
HSV(B)342º31.53%87.06%-
XYZ48.94144.87-
YUV175.32126.69161.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=40.59%
G=27.79%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215217300.320.220.1334251.4773.33
HexDE98AD02016D1563349
Octal336230255040261552663111
Binary11011110100110001010110101000001011011011010101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98AD; }

 p { color: rgb(222,152,173); }

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

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

 a { background-color: rgb(222,152,173); }

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

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

 span { border-color: rgb(222,152,173); }

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