Html Css Color HEX #D890AB Kobi

📋 copy color: '#D890AB'

red 216 ◦ green 144 ◦ blue 171

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

Shades of Kobi #D890AB

Tints of Kobi #D890AB

RGB

 RED value IS 216 (84.77% from 255) = 40.68%

 GREEN value IS 144 (56.64% from 255) = 27.12%

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

R = 40.68%
G = 27.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D890AB (or 0xD890AB) is known color: Kobi. HEX triplet: D8, 90 and AB. RGB value is (216,144,171). Sum of RGB (Red+Green+Blue) = 216+144+171=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D890AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890AB is #276F54. Grayscale: #A8A8A8. Windows color (decimal): -2584405 or 11243736. OLE color: 11243736.

HSL color Cylindrical-coordinate representation of color #D890AB: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890AB is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 144 171 -
CMYK 0 0.33 0.21 0.15
HSL 337.5º 0.48% 0.71% -
HSV(B) 337.5º 0.33% 0.85% -
XYZ 45.64 37.49 43.36 -
YUV 168.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 216 144 171 0 0.33 0.21 0.15 337.5 0.48 0.71
Hex D8 90 AB 0 21 15 F 152 30 47
Octal 330 220 253 0 41 25 17 522 60 107
Binary 11011000 10010000 10101011 0 100001 10101 1111 101010010 110000 1000111

Color Harmonies of #D890AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D890AB

Black with #D890AB

Text Example


Text Example

White with #D890AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D890AB; }

 p { color: rgb(216,144,171); }

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

background-color css

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

 a { background-color: rgb(216,144,171); }

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

border-color css

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

 span { border-color: rgb(216,144,171); }

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