#D69FAD

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

Shades of Kobi #D69FAD

Tints of Kobi #D69FAD

Color information

#D69FAD (or 0xD69FAD) is unknown color: approx Kobi. HEX triplet: D6, 9F and AD. RGB value is (214,159,173). Sum of RGB (Red+Green+Blue) = 214+159+173=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAD is #296052. Grayscale: #B1B1B1. Windows color (decimal): -2711635 or 11378646. OLE color: 11378646.

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

Color convert

RGB214159173-
CMYK00.260.190.16
HSL344.73º40.15%73.14%-
HSV(B)344.73º25.7%83.92%-
XYZ47.6742.1145.15-
YUV177.04125.72154.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=39.19%
G=29.12%
B=31.68%

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
Decimal21415917300.260.190.16344.7340.1573.14
HexD69FAD01A13101592849
Octal326237255032232053150111
Binary11010110100111111010110101101010011100001010110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FAD; }

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

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

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

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

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

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

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

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