Html Css Color HEX #D49EB5 Kobi

📋 copy color: '#D49EB5'

red 212 ◦ green 158 ◦ blue 181

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

Shades of Kobi #D49EB5

Tints of Kobi #D49EB5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 38.48%
G = 28.68%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D49EB5 (or 0xD49EB5) is known color: Kobi. HEX triplet: D4, 9E and B5. RGB value is (212,158,181). Sum of RGB (Red+Green+Blue) = 212+158+181=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EB5 is #2B614A. Grayscale: #B0B0B0. Windows color (decimal): -2842955 or 11902676. OLE color: 11902676.

HSL color Cylindrical-coordinate representation of color #D49EB5: hue angle of 334.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EB5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 181 -
CMYK 0 0.25 0.15 0.17
HSL 334.44º 0.39% 0.73% -
HSV(B) 334.44º 0.25% 0.83% -
XYZ 47.72 41.79 49.27 -
YUV 176.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 212 158 181 0 0.25 0.15 0.17 334.44 0.39 0.73
Hex D4 9E B5 0 19 F 11 14E 27 49
Octal 324 236 265 0 31 17 21 516 47 111
Binary 11010100 10011110 10110101 0 11001 1111 10001 101001110 100111 1001001

Color Harmonies of #D49EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EB5

Black with #D49EB5

Text Example


Text Example

White with #D49EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EB5; }

 p { color: rgb(212,158,181); }

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

background-color css

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

 a { background-color: rgb(212,158,181); }

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

border-color css

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

 span { border-color: rgb(212,158,181); }

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