#D09EB1

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

Shades of Kobi #D09EB1

Tints of Kobi #D09EB1

Color information

#D09EB1 (or 0xD09EB1) is unknown color: approx Kobi. HEX triplet: D0, 9E and B1. RGB value is (208,158,177). Sum of RGB (Red+Green+Blue) = 208+158+177=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09EB1 is #2F614E. Grayscale: #AFAFAF. Windows color (decimal): -3105103 or 11640528. OLE color: 11640528.

HSL color Cylindrical-coordinate representation of color #D09EB1: hue angle of 337.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09EB1 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208158177-
CMYK00.240.150.18
HSL337.2º34.72%71.76%-
HSV(B)337.2º24.04%81.57%-
XYZ46.1841.0447.08-
YUV175.12129.06151.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=38.31%
G=29.10%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815817700.240.150.18337.234.7271.76
HexD09EB1018F121512348
Octal320236261030172252143110
Binary1101000010011110101100010110001111100101010100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EB1; }

 p { color: rgb(208,158,177); }

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

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

 a { background-color: rgb(208,158,177); }

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

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

 span { border-color: rgb(208,158,177); }

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