#D69FAF

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

Shades of Kobi #D69FAF

Tints of Kobi #D69FAF

Color information

#D69FAF (or 0xD69FAF) is unknown color: approx Kobi. HEX triplet: D6, 9F and AF. RGB value is (214,159,175). Sum of RGB (Red+Green+Blue) = 214+159+175=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAF is #296050. Grayscale: #B1B1B1. Windows color (decimal): -2711633 or 11509718. OLE color: 11509718.

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

Color convert

RGB214159175-
CMYK00.260.180.16
HSL342.55º40.15%73.14%-
HSV(B)342.55º25.7%83.92%-
XYZ47.8742.1946.18-
YUV177.27126.72154.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=39.05%
G=29.01%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415917500.260.180.16342.5540.1573.14
HexD69FAF01A12101572849
Octal326237257032222052750111
Binary11010110100111111010111101101010010100001010101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FAF; }

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

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

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

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

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

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

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

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