Html Css Color HEX #D686B2 Kobi

📋 copy color: '#D686B2'

red 214 ◦ green 134 ◦ blue 178

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

Shades of Kobi #D686B2

Tints of Kobi #D686B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 40.68%
G = 25.48%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D686B2 (or 0xD686B2) is known color: Kobi. HEX triplet: D6, 86 and B2. RGB value is (214,134,178). Sum of RGB (Red+Green+Blue) = 214+134+178=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D686B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D686B2 is #29794D. Grayscale: #A2A2A2. Windows color (decimal): -2718030 or 11699926. OLE color: 11699926.

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

Color convert

RGB 214 134 178 -
CMYK 0 0.37 0.17 0.16
HSL 327º 0.49% 0.68% -
HSV(B) 327º 0.37% 0.84% -
XYZ 44.29 34.56 46.46 -
YUV 162.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 214 134 178 0 0.37 0.17 0.16 327 0.49 0.68
Hex D6 86 B2 0 25 11 10 147 31 44
Octal 326 206 262 0 45 21 20 507 61 104
Binary 11010110 10000110 10110010 0 100101 10001 10000 101000111 110001 1000100

Color Harmonies of #D686B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686B2

Black with #D686B2

Text Example


Text Example

White with #D686B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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