#D69AAB

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

Shades of Kobi #D69AAB

Tints of Kobi #D69AAB

Color information

#D69AAB (or 0xD69AAB) is unknown color: approx Kobi. HEX triplet: D6, 9A and AB. RGB value is (214,154,171). Sum of RGB (Red+Green+Blue) = 214+154+171=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69AAB is #296554. Grayscale: #ADADAD. Windows color (decimal): -2712917 or 11246294. OLE color: 11246294.

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

Color convert

RGB214154171-
CMYK00.280.200.16
HSL343º42.25%72.16%-
HSV(B)343º28.04%83.92%-
XYZ46.6440.3543.86-
YUV173.88126.38156.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=39.70%
G=28.57%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415417100.280.200.1634342.2572.16
HexD69AAB01C14101572a48
Octal326232253034242052752110
Binary11010110100110101010101101110010100100001010101111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AAB; }

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

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

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

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

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

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

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

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