#D18EAE

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

Shades of Kobi #D18EAE

Tints of Kobi #D18EAE

Color information

#D18EAE (or 0xD18EAE) is unknown color: approx Kobi. HEX triplet: D1, 8E and AE. RGB value is (209,142,174). Sum of RGB (Red+Green+Blue) = 209+142+174=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EAE is #2E7151. Grayscale: #A5A5A5. Windows color (decimal): -3043666 or 11439825. OLE color: 11439825.

HSL color Cylindrical-coordinate representation of color #D18EAE: hue angle of 331.34º 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 #D18EAE is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209142174-
CMYK00.320.170.18
HSL331.34º42.14%68.82%-
HSV(B)331.34º32.06%81.96%-
XYZ43.6135.9644.69-
YUV165.68132.7158.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=39.81%
G=27.05%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914217400.320.170.18331.3442.1468.82
HexD18EAE020111214b2a45
Octal321216256040212251352105
Binary110100011000111010101110010000010001100101010010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EAE; }

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

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

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

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

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

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

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

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