Html Css Color HEX #D398AB Kobi

📋 copy color: '#D398AB'

red 211 ◦ green 152 ◦ blue 171

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

Shades of Kobi #D398AB

Tints of Kobi #D398AB

RGB

 RED value IS 211 (82.81% from 255) = 39.51%

 GREEN value IS 152 (59.77% from 255) = 28.46%

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

R = 39.51%
G = 28.46%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D398AB (or 0xD398AB) is known color: Kobi. HEX triplet: D3, 98 and AB. RGB value is (211,152,171). Sum of RGB (Red+Green+Blue) = 211+152+171=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D398AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398AB is #2C6754. Grayscale: #ABABAB. Windows color (decimal): -2910037 or 11245779. OLE color: 11245779.

HSL color Cylindrical-coordinate representation of color #D398AB: hue angle of 340.68º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398AB is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 171 -
CMYK 0 0.28 0.19 0.17
HSL 340.68º 0.4% 0.71% -
HSV(B) 340.68º 0.28% 0.83% -
XYZ 45.44 39.25 43.71 -
YUV 171.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 211 152 171 0 0.28 0.19 0.17 340.68 0.4 0.71
Hex D3 98 AB 0 1C 13 11 155 28 47
Octal 323 230 253 0 34 23 21 525 50 107
Binary 11010011 10011000 10101011 0 11100 10011 10001 101010101 101000 1000111

Color Harmonies of #D398AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398AB

Black with #D398AB

Text Example


Text Example

White with #D398AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398AB; }

 p { color: rgb(211,152,171); }

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

background-color css

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

 a { background-color: rgb(211,152,171); }

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

border-color css

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

 span { border-color: rgb(211,152,171); }

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