#D697A9

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

Shades of Kobi #D697A9

Tints of Kobi #D697A9

Color information

#D697A9 (or 0xD697A9) is unknown color: approx Kobi. HEX triplet: D6, 97 and A9. RGB value is (214,151,169). Sum of RGB (Red+Green+Blue) = 214+151+169=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A9 is #296856. Grayscale: #ABABAB. Windows color (decimal): -2713687 or 11114454. OLE color: 11114454.

HSL color Cylindrical-coordinate representation of color #D697A9: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697A9 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214151169-
CMYK00.290.210.16
HSL342.86º43.45%71.57%-
HSV(B)342.86º29.44%83.92%-
XYZ45.9639.2942.7-
YUV171.89126.37158.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=40.07%
G=28.28%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415116900.290.210.16342.8643.4571.57
HexD697A901D15101572b48
Octal326227251035252052753110
Binary11010110100101111010100101110110101100001010101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697A9; }

 p { color: rgb(214,151,169); }

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

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

 a { background-color: rgb(214,151,169); }

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

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

 span { border-color: rgb(214,151,169); }

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