#D69AB2

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

Shades of Kobi #D69AB2

Tints of Kobi #D69AB2

Color information

#D69AB2 (or 0xD69AB2) is unknown color: approx Kobi. HEX triplet: D6, 9A and B2. RGB value is (214,154,178). Sum of RGB (Red+Green+Blue) = 214+154+178=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69AB2 is #29654D. Grayscale: #AEAEAE. Windows color (decimal): -2712910 or 11705046. OLE color: 11705046.

HSL color Cylindrical-coordinate representation of color #D69AB2: hue angle of 336º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AB2 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214154178-
CMYK00.280.170.16
HSL336º42.25%72.16%-
HSV(B)336º28.04%83.92%-
XYZ47.3240.6247.47-
YUV174.68129.88156.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=39.19%
G=28.21%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415417800.280.170.1633642.2572.16
HexD69AB201C11101502a48
Octal326232262034212052052110
Binary11010110100110101011001001110010001100001010100001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AB2; }

 p { color: rgb(214,154,178); }

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

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

 a { background-color: rgb(214,154,178); }

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

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

 span { border-color: rgb(214,154,178); }

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