Html Css Color HEX #DD9EA8 Kobi

📋 copy color: '#DD9EA8'

red 221 ◦ green 158 ◦ blue 168

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

Shades of Kobi #DD9EA8

Tints of Kobi #DD9EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 40.4%
G = 28.88%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD9EA8 (or 0xDD9EA8) is known color: Kobi. HEX triplet: DD, 9E and A8. RGB value is (221,158,168). Sum of RGB (Red+Green+Blue) = 221+158+168=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EA8 is #226157. Grayscale: #B1B1B1. Windows color (decimal): -2253144 or 11050717. OLE color: 11050717.

HSL color Cylindrical-coordinate representation of color #DD9EA8: hue angle of 350.48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EA8 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 168 -
CMYK 0 0.29 0.24 0.13
HSL 350.48º 0.48% 0.74% -
HSV(B) 350.48º 0.29% 0.87% -
XYZ 49.11 42.65 42.69 -
YUV 177.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 221 158 168 0 0.29 0.24 0.13 350.48 0.48 0.74
Hex DD 9E A8 0 1D 18 D 15E 30 4A
Octal 335 236 250 0 35 30 15 536 60 112
Binary 11011101 10011110 10101000 0 11101 11000 1101 101011110 110000 1001010

Color Harmonies of #DD9EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EA8

Black with #DD9EA8

Text Example


Text Example

White with #DD9EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EA8; }

 p { color: rgb(221,158,168); }

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

background-color css

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

 a { background-color: rgb(221,158,168); }

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

border-color css

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

 span { border-color: rgb(221,158,168); }

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