#D695AE

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

Shades of Kobi #D695AE

Tints of Kobi #D695AE

Color information

#D695AE (or 0xD695AE) is unknown color: approx Kobi. HEX triplet: D6, 95 and AE. RGB value is (214,149,174). Sum of RGB (Red+Green+Blue) = 214+149+174=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D695AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695AE is #296A51. Grayscale: #ABABAB. Windows color (decimal): -2714194 or 11441622. OLE color: 11441622.

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

Color convert

RGB214149174-
CMYK00.300.190.16
HSL336.92º44.22%71.18%-
HSV(B)336.92º30.37%83.92%-
XYZ46.1238.8545.11-
YUV171.28129.53158.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=39.85%
G=27.75%
B=32.40%

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
Decimal21414917400.300.190.16336.9244.2271.18
HexD695AE01E13101512c47
Octal326225256036232052154107
Binary11010110100101011010111001111010011100001010100011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695AE; }

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

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

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

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

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

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

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

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