#D696AE

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

Shades of Kobi #D696AE

Tints of Kobi #D696AE

Color information

#D696AE (or 0xD696AE) is unknown color: approx Kobi. HEX triplet: D6, 96 and AE. RGB value is (214,150,174). Sum of RGB (Red+Green+Blue) = 214+150+174=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AE is #296951. Grayscale: #ABABAB. Windows color (decimal): -2713938 or 11441878. OLE color: 11441878.

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

Color convert

RGB214150174-
CMYK00.300.190.16
HSL337.5º43.84%71.37%-
HSV(B)337.5º29.91%83.92%-
XYZ46.2839.1645.16-
YUV171.87129.2158.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=39.78%
G=27.88%
B=32.34%

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
Decimal21415017400.300.190.16337.543.8471.37
HexD696AE01E13101522c47
Octal326226256036232052254107
Binary11010110100101101010111001111010011100001010100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696AE; }

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

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

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

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

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

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

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

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