Html Css Color HEX #D688A6 Kobi

📋 copy color: '#D688A6'

red 214 ◦ green 136 ◦ blue 166

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

Shades of Kobi #D688A6

Tints of Kobi #D688A6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.36%

 BLUE value IS 166 (65.23% from 255) = 32.17%

R = 41.47%
G = 26.36%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D688A6 (or 0xD688A6) is known color: Kobi. HEX triplet: D6, 88 and A6. RGB value is (214,136,166). Sum of RGB (Red+Green+Blue) = 214+136+166=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D688A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688A6 is #297759. Grayscale: #A2A2A2. Windows color (decimal): -2717530 or 10914006. OLE color: 10914006.

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

Color convert

RGB 214 136 166 -
CMYK 0 0.36 0.22 0.16
HSL 336.92º 0.49% 0.69% -
HSV(B) 336.92º 0.36% 0.84% -
XYZ 43.42 34.66 40.48 -
YUV 162.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 214 136 166 0 0.36 0.22 0.16 336.92 0.49 0.69
Hex D6 88 A6 0 24 16 10 151 31 45
Octal 326 210 246 0 44 26 20 521 61 105
Binary 11010110 10001000 10100110 0 100100 10110 10000 101010001 110001 1000101

Color Harmonies of #D688A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688A6

Black with #D688A6

Text Example


Text Example

White with #D688A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688A6; }

 p { color: rgb(214,136,166); }

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

background-color css

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

 a { background-color: rgb(214,136,166); }

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

border-color css

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

 span { border-color: rgb(214,136,166); }

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