Html Css Color HEX #DB9EAE Kobi

📋 copy color: '#DB9EAE'

red 219 ◦ green 158 ◦ blue 174

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

Shades of Kobi #DB9EAE

Tints of Kobi #DB9EAE

RGB

 RED value IS 219 (85.94% from 255) = 39.75%

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

 BLUE value IS 174 (68.36% from 255) = 31.58%

R = 39.75%
G = 28.68%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB9EAE (or 0xDB9EAE) is known color: Kobi. HEX triplet: DB, 9E and AE. RGB value is (219,158,174). Sum of RGB (Red+Green+Blue) = 219+158+174=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9EAE is #246151. Grayscale: #B2B2B2. Windows color (decimal): -2384210 or 11443931. OLE color: 11443931.

HSL color Cylindrical-coordinate representation of color #DB9EAE: hue angle of 344.26º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9EAE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 174 -
CMYK 0 0.28 0.21 0.14
HSL 344.26º 0.46% 0.74% -
HSV(B) 344.26º 0.28% 0.86% -
XYZ 49.08 42.57 45.67 -
YUV 178.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 219 158 174 0 0.28 0.21 0.14 344.26 0.46 0.74
Hex DB 9E AE 0 1C 15 E 158 2E 4A
Octal 333 236 256 0 34 25 16 530 56 112
Binary 11011011 10011110 10101110 0 11100 10101 1110 101011000 101110 1001010

Color Harmonies of #DB9EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EAE

Black with #DB9EAE

Text Example


Text Example

White with #DB9EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EAE; }

 p { color: rgb(219,158,174); }

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

background-color css

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

 a { background-color: rgb(219,158,174); }

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

border-color css

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

 span { border-color: rgb(219,158,174); }

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