Html Css Color HEX #D19EB2 Kobi

📋 copy color: '#D19EB2'

red 209 ◦ green 158 ◦ blue 178

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

Shades of Kobi #D19EB2

Tints of Kobi #D19EB2

RGB

 RED value IS 209 (82.03% from 255) = 38.35%

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 38.35%
G = 28.99%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D19EB2 (or 0xD19EB2) is known color: Kobi. HEX triplet: D1, 9E and B2. RGB value is (209,158,178). Sum of RGB (Red+Green+Blue) = 209+158+178=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19EB2 is #2E614D. Grayscale: #AFAFAF. Windows color (decimal): -3039566 or 11706065. OLE color: 11706065.

HSL color Cylindrical-coordinate representation of color #D19EB2: hue angle of 336.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EB2 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 158 178 -
CMYK 0 0.24 0.15 0.18
HSL 336.47º 0.36% 0.72% -
HSV(B) 336.47º 0.24% 0.82% -
XYZ 46.56 41.22 47.62 -
YUV 175.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 209 158 178 0 0.24 0.15 0.18 336.47 0.36 0.72
Hex D1 9E B2 0 18 F 12 150 24 48
Octal 321 236 262 0 30 17 22 520 44 110
Binary 11010001 10011110 10110010 0 11000 1111 10010 101010000 100100 1001000

Color Harmonies of #D19EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19EB2

Black with #D19EB2

Text Example


Text Example

White with #D19EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19EB2; }

 p { color: rgb(209,158,178); }

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

background-color css

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

 a { background-color: rgb(209,158,178); }

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

border-color css

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

 span { border-color: rgb(209,158,178); }

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