Html Css Color HEX #D689AB Kobi

📋 copy color: '#D689AB'

red 214 ◦ green 137 ◦ blue 171

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

Shades of Kobi #D689AB

Tints of Kobi #D689AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.25%

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 41%
G = 26.25%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D689AB (or 0xD689AB) is known color: Kobi. HEX triplet: D6, 89 and AB. RGB value is (214,137,171). Sum of RGB (Red+Green+Blue) = 214+137+171=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D689AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689AB is #297654. Grayscale: #A3A3A3. Windows color (decimal): -2717269 or 11241942. OLE color: 11241942.

HSL color Cylindrical-coordinate representation of color #D689AB: hue angle of 333.51º degrees, saturation: 0.48, 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 #D689AB is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 171 -
CMYK 0 0.36 0.20 0.16
HSL 333.51º 0.48% 0.69% -
HSV(B) 333.51º 0.36% 0.84% -
XYZ 44.03 35.13 42.99 -
YUV 163.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 214 137 171 0 0.36 0.20 0.16 333.51 0.48 0.69
Hex D6 89 AB 0 24 14 10 14E 30 45
Octal 326 211 253 0 44 24 20 516 60 105
Binary 11010110 10001001 10101011 0 100100 10100 10000 101001110 110000 1000101

Color Harmonies of #D689AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689AB

Black with #D689AB

Text Example


Text Example

White with #D689AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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