#D685AB

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

Shades of Kobi #D685AB

Tints of Kobi #D685AB

Color information

#D685AB (or 0xD685AB) is unknown color: approx Kobi. HEX triplet: D6, 85 and AB. RGB value is (214,133,171). Sum of RGB (Red+Green+Blue) = 214+133+171=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D685AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685AB is #297A54. Grayscale: #A1A1A1. Windows color (decimal): -2718293 or 11240918. OLE color: 11240918.

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

Color convert

RGB214133171-
CMYK00.380.200.16
HSL331.85º49.69%68.04%-
HSV(B)331.85º37.85%83.92%-
XYZ43.4734.0142.8-
YUV161.55133.34165.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=41.31%
G=25.68%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413317100.380.200.16331.8549.6968.04
HexD685AB026141014c3244
Octal326205253046242051462104
Binary110101101000010110101011010011010100100001010011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685AB; }

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

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

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

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

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

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

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

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