#D99BAD

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

Shades of Kobi #D99BAD

Tints of Kobi #D99BAD

Color information

#D99BAD (or 0xD99BAD) is unknown color: approx Kobi. HEX triplet: D9, 9B and AD. RGB value is (217,155,173). Sum of RGB (Red+Green+Blue) = 217+155+173=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BAD is #266452. Grayscale: #AFAFAF. Windows color (decimal): -2516051 or 11377625. OLE color: 11377625.

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

Color convert

RGB217155173-
CMYK00.290.200.15
HSL342.58º44.93%72.94%-
HSV(B)342.58º28.57%85.1%-
XYZ47.8841.2144.97-
YUV175.59126.54157.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=39.82%
G=28.44%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715517300.290.200.15342.5844.9372.94
HexD99BAD01D14F1572d49
Octal331233255035241752755111
Binary1101100110011011101011010111011010011111010101111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BAD; }

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

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

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

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

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

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

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

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