#D48EAD

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

Shades of Kobi #D48EAD

Tints of Kobi #D48EAD

Color information

#D48EAD (or 0xD48EAD) is unknown color: approx Kobi. HEX triplet: D4, 8E and AD. RGB value is (212,142,173). Sum of RGB (Red+Green+Blue) = 212+142+173=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48EAD is #2B7152. Grayscale: #A6A6A6. Windows color (decimal): -2847059 or 11374292. OLE color: 11374292.

HSL color Cylindrical-coordinate representation of color #D48EAD: hue angle of 333.43º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48EAD is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212142173-
CMYK00.330.180.17
HSL333.43º44.87%69.41%-
HSV(B)333.43º33.02%83.14%-
XYZ44.3736.3644.21-
YUV166.46131.69160.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=40.23%
G=26.94%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214217300.330.180.17333.4344.8769.41
HexD48EAD021121114d2d45
Octal324216255041222151555105
Binary110101001000111010101101010000110010100011010011011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EAD; }

 p { color: rgb(212,142,173); }

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

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

 a { background-color: rgb(212,142,173); }

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

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

 span { border-color: rgb(212,142,173); }

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