#D697AB

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

Shades of Kobi #D697AB

Tints of Kobi #D697AB

Color information

#D697AB (or 0xD697AB) is unknown color: approx Kobi. HEX triplet: D6, 97 and AB. RGB value is (214,151,171). Sum of RGB (Red+Green+Blue) = 214+151+171=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D697AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697AB is #296854. Grayscale: #ACACAC. Windows color (decimal): -2713685 or 11245526. OLE color: 11245526.

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

Color convert

RGB214151171-
CMYK00.290.200.16
HSL340.95º43.45%71.57%-
HSV(B)340.95º29.44%83.92%-
XYZ46.1539.3743.69-
YUV172.12127.37157.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=39.93%
G=28.17%
B=31.90%

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
Decimal21415117100.290.200.16340.9543.4571.57
HexD697AB01D14101552b48
Octal326227253035242052553110
Binary11010110100101111010101101110110100100001010101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697AB; }

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

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

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

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

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

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

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

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