Html Css Color HEX #DB9DAE Kobi

📋 copy color: '#DB9DAE'

red 219 ◦ green 157 ◦ blue 174

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

Shades of Kobi #DB9DAE

Tints of Kobi #DB9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

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

R = 39.82%
G = 28.55%
B = 31.64%

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

#DB9DAE (or 0xDB9DAE) is known color: Kobi. HEX triplet: DB, 9D and AE. RGB value is (219,157,174). Sum of RGB (Red+Green+Blue) = 219+157+174=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DAE is #246251. Grayscale: #B1B1B1. Windows color (decimal): -2384466 or 11443675. OLE color: 11443675.

HSL color Cylindrical-coordinate representation of color #DB9DAE: hue angle of 343.55º 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 #DB9DAE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 174 -
CMYK 0 0.28 0.21 0.14
HSL 343.55º 0.46% 0.74% -
HSV(B) 343.55º 0.28% 0.86% -
XYZ 48.91 42.23 45.62 -
YUV 177.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 219 157 174 0 0.28 0.21 0.14 343.55 0.46 0.74
Hex DB 9D AE 0 1C 15 E 158 2E 4A
Octal 333 235 256 0 34 25 16 530 56 112
Binary 11011011 10011101 10101110 0 11100 10101 1110 101011000 101110 1001010

Color Harmonies of #DB9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DAE

Black with #DB9DAE

Text Example


Text Example

White with #DB9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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