Html Css Color HEX #D498AB Kobi

📋 copy color: '#D498AB'

red 212 ◦ green 152 ◦ blue 171

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

Shades of Kobi #D498AB

Tints of Kobi #D498AB

RGB

 RED value IS 212 (83.2% from 255) = 39.63%

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

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

R = 39.63%
G = 28.41%
B = 31.96%

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

#D498AB (or 0xD498AB) is known color: Kobi. HEX triplet: D4, 98 and AB. RGB value is (212,152,171). Sum of RGB (Red+Green+Blue) = 212+152+171=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D498AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498AB is #2B6754. Grayscale: #ACACAC. Windows color (decimal): -2844501 or 11245780. OLE color: 11245780.

HSL color Cylindrical-coordinate representation of color #D498AB: hue angle of 341º degrees, saturation: 0.41, 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 #D498AB is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 171 -
CMYK 0 0.28 0.19 0.17
HSL 341º 0.41% 0.71% -
HSV(B) 341º 0.28% 0.83% -
XYZ 45.73 39.39 43.72 -
YUV 172.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 212 152 171 0 0.28 0.19 0.17 341 0.41 0.71
Hex D4 98 AB 0 1C 13 11 155 29 47
Octal 324 230 253 0 34 23 21 525 51 107
Binary 11010100 10011000 10101011 0 11100 10011 10001 101010101 101001 1000111

Color Harmonies of #D498AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498AB

Black with #D498AB

Text Example


Text Example

White with #D498AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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