#D693AB

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

Shades of Kobi #D693AB

Tints of Kobi #D693AB

Color information

#D693AB (or 0xD693AB) is unknown color: approx Kobi. HEX triplet: D6, 93 and AB. RGB value is (214,147,171). Sum of RGB (Red+Green+Blue) = 214+147+171=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D693AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D693AB is #296C54. Grayscale: #A9A9A9. Windows color (decimal): -2714709 or 11244502. OLE color: 11244502.

HSL color Cylindrical-coordinate representation of color #D693AB: hue angle of 338.51º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693AB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214147171-
CMYK00.310.200.16
HSL338.51º44.97%70.78%-
HSV(B)338.51º31.31%83.92%-
XYZ45.5238.143.48-
YUV169.77128.7159.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=40.23%
G=27.63%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414717100.310.200.16338.5144.9770.78
HexD693AB01F14101532d47
Octal326223253037242052355107
Binary11010110100100111010101101111110100100001010100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693AB; }

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

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

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

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

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

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

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

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