#DB7EAC

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

Shades of Kobi #DB7EAC

Tints of Kobi #DB7EAC

Color information

#DB7EAC (or 0xDB7EAC) is unknown color: approx Kobi. HEX triplet: DB, 7E and AC. RGB value is (219,126,172). Sum of RGB (Red+Green+Blue) = 219+126+172=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EAC is #248153. Grayscale: #9E9E9E. Windows color (decimal): -2392404 or 11304667. OLE color: 11304667.

HSL color Cylindrical-coordinate representation of color #DB7EAC: hue angle of 330.32º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EAC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219126172-
CMYK00.420.210.14
HSL330.32º56.36%67.65%-
HSV(B)330.32º42.47%85.88%-
XYZ44.1232.9643.07-
YUV159.05135.31170.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=42.36%
G=24.37%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912617200.420.210.14330.3256.3667.65
HexDB7EAC02A15E14a3844
Octal333176254052251651270104
Binary1101101111111101010110001010101010111101010010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EAC; }

 p { color: rgb(219,126,172); }

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

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

 a { background-color: rgb(219,126,172); }

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

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

 span { border-color: rgb(219,126,172); }

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