#D69FAB

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

Shades of Kobi #D69FAB

Tints of Kobi #D69FAB

Color information

#D69FAB (or 0xD69FAB) is unknown color: approx Kobi. HEX triplet: D6, 9F and AB. RGB value is (214,159,171). Sum of RGB (Red+Green+Blue) = 214+159+171=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAB is #296054. Grayscale: #B0B0B0. Windows color (decimal): -2711637 or 11247574. OLE color: 11247574.

HSL color Cylindrical-coordinate representation of color #D69FAB: hue angle of 346.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FAB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214159171-
CMYK00.260.200.16
HSL346.91º40.15%73.14%-
HSV(B)346.91º25.7%83.92%-
XYZ47.4842.0344.14-
YUV176.81124.72154.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=39.34%
G=29.23%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415917100.260.200.16346.9140.1573.14
HexD69FAB01A141015b2849
Octal326237253032242053350111
Binary11010110100111111010101101101010100100001010110111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FAB; }

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

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

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

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

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

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

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

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