#D8A2B3

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

Shades of Kobi #D8A2B3

Tints of Kobi #D8A2B3

Color information

#D8A2B3 (or 0xD8A2B3) is unknown color: approx Kobi. HEX triplet: D8, A2 and B3. RGB value is (216,162,179). Sum of RGB (Red+Green+Blue) = 216+162+179=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2B3 is #275D4C. Grayscale: #B4B4B4. Windows color (decimal): -2579789 or 11772632. OLE color: 11772632.

HSL color Cylindrical-coordinate representation of color #D8A2B3: hue angle of 341.11º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A2B3 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216162179-
CMYK00.250.170.15
HSL341.11º40.91%74.12%-
HSV(B)341.11º25%84.71%-
XYZ49.3843.6948.48-
YUV180.08127.39153.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=38.78%
G=29.08%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616217900.250.170.15341.1140.9174.12
HexD8A2B301911F155294a
Octal330242263031211752551112
Binary1101100010100010101100110110011000111111010101011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2B3; }

 p { color: rgb(216,162,179); }

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

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

 a { background-color: rgb(216,162,179); }

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

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

 span { border-color: rgb(216,162,179); }

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