#D69AB3

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

Shades of Kobi #D69AB3

Tints of Kobi #D69AB3

Color information

#D69AB3 (or 0xD69AB3) is unknown color: approx Kobi. HEX triplet: D6, 9A and B3. RGB value is (214,154,179). Sum of RGB (Red+Green+Blue) = 214+154+179=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AB3 is #29654C. Grayscale: #AEAEAE. Windows color (decimal): -2712909 or 11770582. OLE color: 11770582.

HSL color Cylindrical-coordinate representation of color #D69AB3: hue angle of 335º 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 #D69AB3 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214154179-
CMYK00.280.160.16
HSL335º42.25%72.16%-
HSV(B)335º28.04%83.92%-
XYZ47.4240.6648-
YUV174.79130.38155.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=39.12%
G=28.15%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415417900.280.160.1633542.2572.16
HexD69AB301C101014f2a48
Octal326232263034202051752110
Binary11010110100110101011001101110010000100001010011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AB3; }

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

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

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

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

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

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

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

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