#D69FAE

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

Shades of Kobi #D69FAE

Tints of Kobi #D69FAE

Color information

#D69FAE (or 0xD69FAE) is unknown color: approx Kobi. HEX triplet: D6, 9F and AE. RGB value is (214,159,174). Sum of RGB (Red+Green+Blue) = 214+159+174=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAE is #296051. Grayscale: #B1B1B1. Windows color (decimal): -2711634 or 11444182. OLE color: 11444182.

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

Color convert

RGB214159174-
CMYK00.260.190.16
HSL343.64º40.15%73.14%-
HSV(B)343.64º25.7%83.92%-
XYZ47.7742.1545.66-
YUV177.16126.22154.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=39.12%
G=29.07%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415917400.260.190.16343.6440.1573.14
HexD69FAE01A13101582849
Octal326237256032232053050111
Binary11010110100111111010111001101010011100001010110001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FAE; }

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

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

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

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

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

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

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

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