Html Css Color HEX #DD9DA6 Kobi

📋 copy color: '#DD9DA6'

red 221 ◦ green 157 ◦ blue 166

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

Shades of Kobi #DD9DA6

Tints of Kobi #DD9DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.51%

R = 40.63%
G = 28.86%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD9DA6 (or 0xDD9DA6) is known color: Kobi. HEX triplet: DD, 9D and A6. RGB value is (221,157,166). Sum of RGB (Red+Green+Blue) = 221+157+166=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DA6 is #226259. Grayscale: #B1B1B1. Windows color (decimal): -2253402 or 10919389. OLE color: 10919389.

HSL color Cylindrical-coordinate representation of color #DD9DA6: hue angle of 351.56º 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 #DD9DA6 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 166 -
CMYK 0 0.29 0.25 0.13
HSL 351.56º 0.48% 0.74% -
HSV(B) 351.56º 0.29% 0.87% -
XYZ 48.76 42.24 41.66 -
YUV 177.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 221 157 166 0 0.29 0.25 0.13 351.56 0.48 0.74
Hex DD 9D A6 0 1D 19 D 160 30 4A
Octal 335 235 246 0 35 31 15 540 60 112
Binary 11011101 10011101 10100110 0 11101 11001 1101 101100000 110000 1001010

Color Harmonies of #DD9DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DA6

Black with #DD9DA6

Text Example


Text Example

White with #DD9DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DA6; }

 p { color: rgb(221,157,166); }

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

background-color css

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

 a { background-color: rgb(221,157,166); }

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

border-color css

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

 span { border-color: rgb(221,157,166); }

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