Html Css Color HEX #D686A8 Kobi

📋 copy color: '#D686A8'

red 214 ◦ green 134 ◦ blue 168

#D686A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D686A8

Tints of Kobi #D686A8

RGB

 RED value IS 214 (83.98% from 255) = 41.47%

 GREEN value IS 134 (52.73% from 255) = 25.97%

 BLUE value IS 168 (66.02% from 255) = 32.56%

R = 41.47%
G = 25.97%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D686A8 (or 0xD686A8) is known color: Kobi. HEX triplet: D6, 86 and A8. RGB value is (214,134,168). Sum of RGB (Red+Green+Blue) = 214+134+168=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D686A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D686A8 is #297957. Grayscale: #A1A1A1. Windows color (decimal): -2718040 or 11044566. OLE color: 11044566.

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

Color convert

RGB 214 134 168 -
CMYK 0 0.37 0.21 0.16
HSL 334.5º 0.49% 0.68% -
HSV(B) 334.5º 0.37% 0.84% -
XYZ 43.32 34.17 41.36 -
YUV 161.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 214 134 168 0 0.37 0.21 0.16 334.5 0.49 0.68
Hex D6 86 A8 0 25 15 10 14E 31 44
Octal 326 206 250 0 45 25 20 516 61 104
Binary 11010110 10000110 10101000 0 100101 10101 10000 101001110 110001 1000100

Color Harmonies of #D686A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686A8

Black with #D686A8

Text Example


Text Example

White with #D686A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686A8; }

 p { color: rgb(214,134,168); }

 H1.HeaderClassName
 {
   color: #D686A8;
 }
 .AnyTagClassName
 {
   color: #D686A8;
 }
</style>

background-color css

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

 a { background-color: rgb(214,134,168); }

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

border-color css

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

 span { border-color: rgb(214,134,168); }

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