Html Css Color HEX #D682AB Kobi

📋 copy color: '#D682AB'

red 214 ◦ green 130 ◦ blue 171

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

Shades of Kobi #D682AB

Tints of Kobi #D682AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 41.55%
G = 25.24%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D682AB (or 0xD682AB) is known color: Kobi. HEX triplet: D6, 82 and AB. RGB value is (214,130,171). Sum of RGB (Red+Green+Blue) = 214+130+171=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D682AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D682AB is #297D54. Grayscale: #9F9F9F. Windows color (decimal): -2719061 or 11240150. OLE color: 11240150.

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

Color convert

RGB 214 130 171 -
CMYK 0 0.39 0.20 0.16
HSL 330.71º 0.51% 0.67% -
HSV(B) 330.71º 0.39% 0.84% -
XYZ 43.06 33.2 42.67 -
YUV 159.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 214 130 171 0 0.39 0.20 0.16 330.71 0.51 0.67
Hex D6 82 AB 0 27 14 10 14B 33 43
Octal 326 202 253 0 47 24 20 513 63 103
Binary 11010110 10000010 10101011 0 100111 10100 10000 101001011 110011 1000011

Color Harmonies of #D682AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682AB

Black with #D682AB

Text Example


Text Example

White with #D682AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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