#D18EAC

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

Shades of Kobi #D18EAC

Tints of Kobi #D18EAC

Color information

#D18EAC (or 0xD18EAC) is unknown color: approx Kobi. HEX triplet: D1, 8E and AC. RGB value is (209,142,172). Sum of RGB (Red+Green+Blue) = 209+142+172=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EAC is #2E7153. Grayscale: #A5A5A5. Windows color (decimal): -3043668 or 11308753. OLE color: 11308753.

HSL color Cylindrical-coordinate representation of color #D18EAC: hue angle of 333.13º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18EAC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209142172-
CMYK00.320.180.18
HSL333.13º42.14%68.82%-
HSV(B)333.13º32.06%81.96%-
XYZ43.4135.8843.67-
YUV165.45131.7159.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=39.96%
G=27.15%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914217200.320.180.18333.1342.1468.82
HexD18EAC020121214d2a45
Octal321216254040222251552105
Binary110100011000111010101100010000010010100101010011011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EAC; }

 p { color: rgb(209,142,172); }

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

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

 a { background-color: rgb(209,142,172); }

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

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

 span { border-color: rgb(209,142,172); }

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