#D696AD

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

Shades of Kobi #D696AD

Tints of Kobi #D696AD

Color information

#D696AD (or 0xD696AD) is unknown color: approx Kobi. HEX triplet: D6, 96 and AD. RGB value is (214,150,173). Sum of RGB (Red+Green+Blue) = 214+150+173=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AD is #296952. Grayscale: #ABABAB. Windows color (decimal): -2713939 or 11376342. OLE color: 11376342.

HSL color Cylindrical-coordinate representation of color #D696AD: hue angle of 338.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696AD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214150173-
CMYK00.300.190.16
HSL338.44º43.84%71.37%-
HSV(B)338.44º29.91%83.92%-
XYZ46.1839.1344.65-
YUV171.76128.7158.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=39.85%
G=27.93%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415017300.300.190.16338.4443.8471.37
HexD696AD01E13101522c47
Octal326226255036232052254107
Binary11010110100101101010110101111010011100001010100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696AD; }

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

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

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

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

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

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

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

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