#D697AC

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

Shades of Kobi #D697AC

Tints of Kobi #D697AC

Color information

#D697AC (or 0xD697AC) is unknown color: approx Kobi. HEX triplet: D6, 97 and AC. RGB value is (214,151,172). Sum of RGB (Red+Green+Blue) = 214+151+172=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D697AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697AC is #296853. Grayscale: #ACACAC. Windows color (decimal): -2713684 or 11311062. OLE color: 11311062.

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

Color convert

RGB214151172-
CMYK00.290.200.16
HSL340º43.45%71.57%-
HSV(B)340º29.44%83.92%-
XYZ46.2439.4144.2-
YUV172.23127.87157.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=39.85%
G=28.12%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415117200.290.200.1634043.4571.57
HexD697AC01D14101542b48
Octal326227254035242052453110
Binary11010110100101111010110001110110100100001010101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697AC; }

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

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

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

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

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

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

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

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