Html Css Color HEX #DD9BAE Kobi

📋 copy color: '#DD9BAE'

red 221 ◦ green 155 ◦ blue 174

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

Shades of Kobi #DD9BAE

Tints of Kobi #DD9BAE

RGB

 RED value IS 221 (86.72% from 255) = 40.18%

 GREEN value IS 155 (60.94% from 255) = 28.18%

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

R = 40.18%
G = 28.18%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD9BAE (or 0xDD9BAE) is known color: Kobi. HEX triplet: DD, 9B and AE. RGB value is (221,155,174). Sum of RGB (Red+Green+Blue) = 221+155+174=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9BAE is #226451. Grayscale: #B0B0B0. Windows color (decimal): -2253906 or 11443165. OLE color: 11443165.

HSL color Cylindrical-coordinate representation of color #DD9BAE: hue angle of 342.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BAE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 155 174 -
CMYK 0 0.30 0.21 0.13
HSL 342.73º 0.49% 0.74% -
HSV(B) 342.73º 0.3% 0.87% -
XYZ 49.18 41.87 45.53 -
YUV 176.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 221 155 174 0 0.30 0.21 0.13 342.73 0.49 0.74
Hex DD 9B AE 0 1E 15 D 157 31 4A
Octal 335 233 256 0 36 25 15 527 61 112
Binary 11011101 10011011 10101110 0 11110 10101 1101 101010111 110001 1001010

Color Harmonies of #DD9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BAE

Black with #DD9BAE

Text Example


Text Example

White with #DD9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BAE; }

 p { color: rgb(221,155,174); }

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

background-color css

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

 a { background-color: rgb(221,155,174); }

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

border-color css

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

 span { border-color: rgb(221,155,174); }

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