Html Css Color HEX #D49EB3 Kobi

📋 copy color: '#D49EB3'

red 212 ◦ green 158 ◦ blue 179

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

Shades of Kobi #D49EB3

Tints of Kobi #D49EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 38.62%
G = 28.78%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D49EB3 (or 0xD49EB3) is known color: Kobi. HEX triplet: D4, 9E and B3. RGB value is (212,158,179). Sum of RGB (Red+Green+Blue) = 212+158+179=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EB3 is #2B614C. Grayscale: #B0B0B0. Windows color (decimal): -2842957 or 11771604. OLE color: 11771604.

HSL color Cylindrical-coordinate representation of color #D49EB3: hue angle of 336.67º 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 #D49EB3 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 179 -
CMYK 0 0.25 0.16 0.17
HSL 336.67º 0.39% 0.73% -
HSV(B) 336.67º 0.25% 0.83% -
XYZ 47.51 41.71 48.19 -
YUV 176.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 212 158 179 0 0.25 0.16 0.17 336.67 0.39 0.73
Hex D4 9E B3 0 19 10 11 151 27 49
Octal 324 236 263 0 31 20 21 521 47 111
Binary 11010100 10011110 10110011 0 11001 10000 10001 101010001 100111 1001001

Color Harmonies of #D49EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EB3

Black with #D49EB3

Text Example


Text Example

White with #D49EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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